Skip to main content
Core.Today
|
RecraftFastHigh

Recraft Crisp Upscale

Fast, affordable upscaler from Recraft designed for sharp, crisp results โ€” a single image input with no tuning needed. Great default for UI assets, illustrations, and product images.

14 credits
per image
Sharp, crisp upscaling optimized for clarity
Zero-tuning single-input API
Fast processing
Official Recraft model with flat pricing

Run it right now

Test this model instantly in the Console Playground โ€” no code required

Sign in to try

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "recraft-ai/recraft-crisp-upscale",
  "input": {
    "image": "https://example.com/illustration.png"
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
imagestringYes-Image to upscale

How to Provide File Input

There are 3 ways to provide files for the image parameter:

Recommended

Direct Upload (Multipart)

Attach files directly to POST /v1/predictions/upload. No separate upload step needed.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=recraft-ai/recraft-crisp-upscale" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image=@your_file.png"

Image URL

Pass a publicly accessible URL directly. You can also use file_url from the Storage API.

{
  "model": "recraft-ai/recraft-crisp-upscale",
  "input": {
    "prompt": "your prompt here",
    "image": "https://example.com/image.jpg"
  }
}
See the File Upload docs for more upload methods including Presigned URLs.

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Crisp Illustration Upscale

Sharpen and enlarge an illustration in one step

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "recraft-ai/recraft-crisp-upscale",
  "input": {
    "image": "https://example.com/illustration.png"
  }
}'

Tips & Best Practices

1Excels on illustrations, logos, and text where crisp edges matter
2No parameters to tune โ€” ideal for automated pipelines
3For photographic detail re-imagination, use Clarity Upscaler; for faces, GFPGAN/CodeFormer

Use Cases

Illustration and vector-style art upscaling
UI asset enlargement
Product image sharpening
Logo and text-heavy image upscaling
Bulk asset pipeline