Skip to main content
POST
/
v1
/
batch-process-email
Submit a new batch email file for processing
curl --request POST \
  --url https://api.revenuebase.ai/v1/batch-process-email \
  --header 'Content-Type: application/json' \
  --header 'x-key: <api-key>' \
  --data '
{
  "filename": "<string>"
}
'
{
  "process_id": 123,
  "filename": "<string>",
  "status": "<string>"
}

Authorizations

x-key
string
header
required

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

Query Parameters

metadata
boolean
default:false

Include detailed metadata in response

Body

application/json
filename
string
required

Response

Successful Response

process_id
integer
required
filename
string
required
status
string
required