cURL
curl --request POST \ --url https://backend.overtenai.com/api/v1/runs/{run_id}/export \ --header 'Content-Type: application/json' \ --data ' { "format": "pdf" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Re-export a completed run in a different format.
Converts the run’s primary output to the requested format on our side and caches the result. Repeat calls for the same format return the cached rendition instead of re-running the conversion.
pdf
png
html
txt
csv
xlsx
docx
pptx
Successful Response