Back to API overview

API capability

Vectorize

Convert a raster scientific figure into scalable SVG for editing and publication workflows.

POST /v1/images/vectorize
Read the docs
OutputEditable SVG
Vectorize output
InputRaster figure
Vectorize input

Request and response example

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

RequestRaster figure
ResponseEditable SVG
Vectorize request input
Vectorize response output
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" }