Upscaling
POST/v2/studio/artworks/upscaling
Start a upscaling generation. Billed to your Studio credits. The result arrives by webhook or polling.
Request
- application/json
Body
required
imageUrl urirequired
Source image URL to upscale.
scaleFactor integer
Default value: 2
Upscale factor: 2, 4, or 8. Default 2.
webhook uri
Optional HTTPS callback URL. Receives a signed delivery when the artwork finalizes.
Responses
- 202
- 400
- 401
- 402
- 403
- 429
Accepted — generation queued.
- application/json
- Schema
- Example (from schema)
Schema
id string
Artwork id. Poll GET /studio/artworks/{id} or await the webhook.
{
"id": "string"
}
Invalid parameters.
Missing, invalid, or expired API key.
Insufficient credit.
Studio access inactive.
Rate limited.
Loading...