Back to API overview



API capability
Enhance Figure
Improve labels, hierarchy, color consistency, and visual clarity in an existing figure.
POST /v1/images/generations · mode=generationsOutputEnhanced figure

InputExisting figure

Request and response example
See the scientific input, asynchronous task response, and final output together.
RequestExisting figure
ResponseEnhanced figure


POST /v1/images/generations
{
"mode": "generations",
"image_url": "https://…/draft.png",
"prompt": "improve labels and spacing"
}202 Accepted
{ "task_id": "tsk_01JZ9J4C2N", "status": "processing" }
GET /v1/tasks/tsk_01JZ9J4C2N
{ "status": "succeeded", "output_url": "https://…/enhanced.png" }