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

OperationmodelIdEndpointRequired input
Defaultrecraft-crisp-upscalePOST /api/v1/generateimage
Poll taskGET /api/v1/task/{id}?model=recraft-crisp-upscale

Input parameters

FieldTypeRequiredValues / example
imagestringYesImage to upscale (image URL)
nsfw_checkerbooleanNoA configurable parameter. Defaults to true in the Playground. (true/false) (default: 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":{"image":"https://example.com/input.jpg","nsfw_checker":true}}'