Back to API overview



API capability
Vectorize
Convert a raster scientific figure into scalable SVG for editing and publication workflows.
POST /v1/images/vectorizeOutputEditable SVG

InputRaster figure

Request and response example
See the scientific input, asynchronous task response, and final output together.
RequestRaster figure
ResponseEditable SVG


POST /v1/images/vectorize
{
"image_url": "https://…/figure.png"
}202 Accepted
{ "task_id": "tsk_01JZ9N7W4D", "status": "processing" }
GET /v1/tasks/tsk_01JZ9N7W4D
{ "status": "succeeded", "output_url": "https://…/figure.svg" }