Back to API overview



API capability
Flowchart
Turn study methods, protocols, and research workflows into clean, editable SVG diagrams.
POST /v1/flowchartsOutputEditable SVG

InputMethods text

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


POST /v1/flowcharts
{
"prompt": "CONSORT flow from screening to analysis",
"format": "svg"
}202 Accepted
{ "task_id": "tsk_01JZ9K6T5V", "status": "processing" }
GET /v1/tasks/tsk_01JZ9K6T5V
{ "status": "succeeded", "output_url": "https://…/consort.svg" }