Sign in

Control - Sketch

documented

Apply a sketch-style control to influence generation.

POST /v2beta/stable-image/control/sketchStable Imageno implementation yet0 runs
No 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/sketch" \
  -X POST \
  -H "Authorization: Bearer {{STABILITY_API_KEY}}" \
  -H "Accept: image/*" \
  -F "image=@{{$image_path}};type=image/png" \
  -F "prompt={{$prompt}}" \
  -F "control_strength={{$control_strength}}" \
  -F "output_format={{$output_format}}" \
  -F "seed={{$seed}}"