v1
latestOpenAPI 3.1.0Proprietary2026-07-13346.3 KBCreate an upscale job
Submit an image for upscaling. Accepts either:
- JSON body with image_url (publicly accessible URL)
- multipart/form-data with an image file field
One credit is deducted from your monthly quota.
post/jobs
Request body
Example request
{
"image_url": "https://example.com/photo.jpg"
}Response
Job created successfully.
Example response
{
"status": "pending"
}