This endpoint allows users to download the processed batch email file using the process id. It responds with the file stream and appropriate headers for download.
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>"
}
]
}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>"
}
]
}