Generates a CSV from cached audience results, uploads to B2, returns a signed download URL valid for 24 hours. Use this URL to download directly or open in Google Sheets.
POST
/
v1
/
intent
/
audiences
/
{id}
/
export
Export audience as CSV and get a download URL
curl --request POST \
--url https://api.aws53.cloud/v1/intent/audiences/{id}/export \
--header 'X-API-Key: <api-key>'