curl --request POST \
--url https://api.aws53.cloud/v1/intent/audiences/preview \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"topicIds": [
123
],
"minScore": 70,
"maxScore": 100,
"minTopicOverlap": 1,
"filters": {
"companyIndustry": [
"<string>"
],
"seniority": [
"<string>"
],
"companySize": [
"<string>"
],
"department": [
"<string>"
],
"state": "<string>",
"companyRevenueRange": [
"<string>"
],
"ageRange": [
"<string>"
],
"gender": "<string>",
"isB2b": "y",
"jobTitle": "<string>",
"hasBusinessEmail": true,
"hasPersonalEmail": true,
"hasLinkedin": true,
"hasPhone": true,
"companyDomain": "<string>",
"companyName": "<string>"
}
}
'