Back to API overview



API capability
Upscale
Increase scientific figure resolution without losing detail.
POST /v1/images/upscaleOutput4K figure

InputLow-resolution figure

Request and response example
See the scientific input, asynchronous task response, and final output together.
RequestLow-resolution figure
Response4K figure


POST /v1/images/upscale
{
"image_url": "https://…/figure.png",
"target_size": "4k"
}202 Accepted
{ "task_id": "tsk_01JZ9M3F8R", "status": "processing" }
GET /v1/tasks/tsk_01JZ9M3F8R
{ "status": "succeeded", "output_url": "https://…/figure-4k.png" }