Skip to content
Docs menu

Image models

Recraft Crisp Upscale

On this page

Recraft Crisp Upscale — fast, high-fidelity AI image generation & editing.

modelIdrecraft-crisp-upscale
Modalityimage
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to imagePOST /api/v1/generateBase generation from a text prompt.
Image to imagePOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=recraft-crisp-upscaleRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
imageimagerequiredDrag and drop or click to upload your file
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"recraft-crisp-upscale","input":{"nsfw_checker":"true"}}'