Skip to main content
POST
/
v1
/
intent
/
topics
/
audience
/
preview
Preview audience count and sample before full query
curl --request POST \
  --url https://api.aws53.cloud/v1/intent/topics/audience/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>"
  }
}
'
{
  "data": "<unknown>"
}

Authorizations

X-API-Key
string
header
required

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

Body

application/json
topicIds
integer[]
required
Required array length: 1 - 10 elements
minScore
integer
default:70
Required range: 1 <= x <= 100
maxScore
integer
default:100
Required range: 1 <= x <= 100
minTopicOverlap
integer
default:1
Required range: 1 <= x <= 10
filters
object

Response

200 - application/json

Audience preview

data
any