cURL
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>" }
⚠️ Deprecated — use POST /v1/batch-upload instead.
POST /v1/batch-upload
Queues a file that has already been uploaded to your account. Returns a process_id to track status. Filename must be under 120 characters.
process_id
Errors
400
Include detailed metadata in response
Successful Response
Was this page helpful?
Contact support