Skip to main content
POST
/
runs
/
{run_id}
/
export
Export Run
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": {}
    }
  ]
}

Path Parameters

run_id
string
required

Body

application/json
format
enum<string>
required
Available options:
pdf,
png,
html,
txt,
csv,
xlsx,
docx,
pptx

Response

Successful Response