Back to API overview

API capability

Flowchart

Turn study methods, protocols, and research workflows into clean, editable SVG diagrams.

POST /v1/flowcharts
Read the docs
OutputEditable SVG
Flowchart output
InputMethods text
Flowchart input

Request and response example

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

RequestMethods text
ResponseEditable SVG
Flowchart request input
Flowchart response output
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" }