Image models
Recraft Crisp Upscale
On this page
Recraft Crisp Upscale — fast, high-fidelity AI image generation & editing.
| modelId | recraft-crisp-upscale |
| Modality | image |
| Pricing | See this model on the Pricing page for the current per-call price (with your markup). |
Operations
| Operation | modelId | Endpoint | Required input |
|---|---|---|---|
| Default | recraft-crisp-upscale | POST /api/v1/generate | image |
| Poll task | — | GET /api/v1/task/{id}?model=recraft-crisp-upscale | — |
Input parameters
| Field | Type | Required | Values / example |
|---|---|---|---|
| image | string | Yes | Image to upscale (image URL) |
| nsfw_checker | boolean | No | A 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}}'