Page cover

SEEDEDIT 3

Base-Path:

https://api.hyprlab.io/v1

Image Path:

https://api.hyprlab.io/v1/images/generations

Making Request:

curl https://api.hyprlab.io/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -d '{
    "model": "seededit-3",
    "prompt": "A cute cat",
    "image": "https://site.com/path/of/image.png",
    "guidance_scale": 5.5,
    "response_format": "url",
    "output_format": "png"
  }'
chevron-right 📌 Request Body Documentationhashtag

prompt (string, required)

  • Description: The main text prompt that influences the output generation.

  • Validation:

    • Must be a non-empty string.

image (string, required)

  • Description: Image to use as reference.

  • Validation:

    • Must be a string (URL, Data URI, or base64 string).

guidance_scale (number, optional)

  • Description: Guidance scale for generation.

  • Validation:

    • Must be a number between 0 and 10.

response_format (string, optional)

  • Description: The format in which the response will be returned.

  • Validation:

    • Must be either:

      • "url" or

      • "b64_json".

output_format (string, optional)

  • Description: The file format for the output.

  • Validation:

    • Must be one of the following formats:

      • png, jpeg, webp.


Pricing Details

Model Name:
  • seededit-3

Discount:
  • 30% off

Price:
  • $0.021 / Image

Last updated