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' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Send X-API-Key: sk_live_<your_key>. Keys are issued via POST /signup or via the dashboard. Legacy callers may also use Authorization: Bearer sk_live_<your_key>.

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