Skip to main content
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>'
{
  "data": "<unknown>"
}

Authorizations

X-API-Key
string
header
required

Organization API key (sk_...). Get yours from Settings > API Keys in the dashboard.

Path Parameters

id
string<uuid>
required

Query Parameters

date
string
Pattern: ^\d{4}-\d{2}-\d{2}$

Response

Export ready

data
any