Skip to main content
POST
/
v1
/
batch-download
Download the processed batch email file
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>"
    }
  ]
}

Authorizations

x-key
string
header
required

Your API key. Get one in the dashboard under Settings → API Keys.

Body

application/json
process_id
integer
required

Response

Successful Response