Skip to main content
POST
/
v1
/
batch-download
Download the results of a completed batch job
curl --request POST \
  --url https://api.revenuebase.ai/v1/batch-download \
  --header 'Content-Type: application/json' \
  --header 'x-key: <api-key>' \
  --data '
{
  "process_id": 123
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.revenuebase.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-key
string
header
required

Body

application/json
process_id
integer
required

Response

Successful Response