# Recraft Crisp Upscale > Fast, affordable upscaler from Recraft designed for sharp, crisp results — a single image input with no tuning needed. - **Provider**: replicate - **Model ID**: recraft-ai/recraft-crisp-upscale - **Category**: image_upscale_restore - **Credits**: 14 per request - **Pricing Type**: fixed ## API Endpoint Base URL: https://api.core.today/v1 ### Create Prediction POST /predictions ### Get Status GET /predictions/{job_id} ### Cancel DELETE /predictions/{job_id} ## Authentication Header: `X-API-Key: YOUR_API_KEY` ## Input Parameters - `image` (string, **required**): Image to upscale ## Example Request ```json { "model": "recraft-ai/recraft-crisp-upscale", "input": { "image": "https://replicate.delivery/pbxt/MKdkS3Po0PXytPbTXh4bOlBX1BZRuXH4o34yXVEakeBlpiTW/blonde_mj.png" } } ``` ## Response Format ```json { "job_id": "abc123", "status": "pending", "provider": "replicate", "model": "black-forest-labs/flux-schnell", "created_at": "2026-01-01T00:00:00Z", "result": null, "error": null } ``` Status values: `pending`, `processing`, `completed`, `failed`, `cancelled` ## Usage Flow 1. POST /predictions with model and input → receive job_id 2. Poll GET /predictions/{job_id} until status is `completed` or `failed` 3. Result contains output URL(s) or data ## Output Type url ## Tags upscaling, super-resolution, recraft, fast ## Documentation https://replicate.com/recraft-ai/recraft-crisp-upscale