Back to API overview

API capability

Upscale

Increase scientific figure resolution without losing detail.

POST /v1/images/upscale
Read the docs
Output4K figure
Upscale output
InputLow-resolution figure
Upscale input

Request and response example

See the scientific input, asynchronous task response, and final output together.

RequestLow-resolution figure
Response4K figure
Upscale request input
Upscale response output
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" }