Create Export
Exports are created asynchronously so large result sets do not require long-lived HTTP connections from your application.
Request Body
{
"filters": {
"industry": ["hospitality"],
"country": ["US"],
"tech": ["cloudbeds"]
},
"format": "csv",
"max_records": 1000
}Exports spend 1 credit per record.
Response
{
"data": {
"id": "exp_01",
"status": "processing",
"record_count": 1000,
"credits_spent": 1000
}
}