API reference
Pipelines
Convert many files at once and track each run.
Run a pipeline
POST
https://api.markitdown.ai/pipelines/{id}/runConvert a set of files in one runBody
fileIdsrequired | uuid[] | 1–100 uploaded files to convert. |
estimatedCredits | integer | Credits authorized for the run. |
describeFigures | boolean | Opt in to the VLM figure pass across the batch. |
List & inspect
GET
https://api.markitdown.ai/pipelinesList pipelinesGET
https://api.markitdown.ai/pipelines/{id}Get a pipelineGET
https://api.markitdown.ai/pipelines/{id}/runsList runsGET
https://api.markitdown.ai/pipelines/{id}/runs/{runId}Get a single runDELETE
https://api.markitdown.ai/pipelines/{id}Delete a pipeline