Control - Structure
documentedApply structure-guided controls to influence generation.
POST /v2beta/stable-image/control/structureStable Imageno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.stability.ai/v2beta/stable-image/control/structure" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{STABILITY_API_KEY}}" \
-d '{"input_image": "{{$image_url}}", "prompt": "{{$prompt}}", "output_format": "{{$output_format}}"}'