curl --request POST \
--url https://api.aws53.cloud/v1/intent/audiences/preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topicIds": [
502909,
502955
],
"minScore": 50,
"maxScore": 99,
"minTopicOverlap": 1,
"filters": {
"role": {
"isDecisionMaker": true
},
"contact": {
"hasBusinessEmail": true
},
"jobTitle": {
"include": [
"chief financial officer",
"cfo"
],
"includeMode": "any"
}
},
"sourceUrl": "https://example.com"
}
'{
"data": {
"configHash": "<string>",
"dataDate": "2023-12-25",
"strategy": "serving_table_in",
"totalCount": 123,
"breakdowns": {
"industries": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"seniorities": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"departments": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"companySizes": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"states": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"exportGrades": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"contactTiers": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
]
},
"sample": [
{
"hashedEmail": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"businessEmail": "<string>",
"personalEmail": "<string>",
"email": "<string>",
"primaryContactEmail": "<string>",
"phone": "<string>",
"mobilePhone": "<string>",
"directPhone": "<string>",
"personalPhone": "<string>",
"linkedinUrl": "<string>",
"headline": "<string>",
"jobTitle": "<string>",
"roleBucket": "<string>",
"seniority": "<string>",
"department": "<string>",
"profile": {
"profilePidAll": "<string>",
"duplicateProfileCount": 123,
"sourcePriority": 123,
"hemRecordRank": 123,
"isBestProfileForHem": true
},
"company": {
"name": "<string>",
"domain": "<string>",
"linkedinUrl": "<string>",
"domainTld": "<string>",
"industry": "<string>",
"industryGroup": "<string>",
"naics": "<string>",
"sic": "<string>",
"description": "<string>",
"revenueRange": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip": "<string>"
},
"geo": {
"city": "<string>",
"state": "<string>",
"stateCode": "<string>",
"country": "<string>",
"countryCode": "<string>",
"zip": "<string>",
"region": "<string>"
},
"contact": {
"hasBusinessEmail": true,
"hasPersonalEmail": true,
"hasAnyPhone": true,
"businessEmailStatus": "<string>",
"personalEmailStatus": "<string>",
"phoneStatus": "<string>"
},
"demographics": {
"gender": "<string>",
"ageRange": "<string>",
"incomeRange": "<string>",
"netWorth": "<string>"
},
"role": {
"signals": {}
},
"profileSignals": {},
"companySignals": {},
"geoSignals": {},
"compliance": {},
"source": {},
"intent": {
"score": 123,
"topicOverlap": 123,
"matchedTopics": [
{
"topicId": 123,
"topicName": "<string>",
"type": "<string>",
"industry": "<string>",
"category": "<string>"
}
]
}
}
],
"appliedFilters": [
"<string>"
],
"normalizedConfig": {
"topicIds": [
123
],
"minScore": 49,
"maxScore": 99,
"minTopicOverlap": 1,
"filters": {},
"sourceUrl": "<string>"
}
},
"meta": {
"timestamp": "2023-11-07T05:31:56Z",
"request_id": "<string>"
}
}Counts and samples an intent-led audience using latest dt, cityHash64(hem), and hem_hash IN query strategy. Preview rows are masked.
curl --request POST \
--url https://api.aws53.cloud/v1/intent/audiences/preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topicIds": [
502909,
502955
],
"minScore": 50,
"maxScore": 99,
"minTopicOverlap": 1,
"filters": {
"role": {
"isDecisionMaker": true
},
"contact": {
"hasBusinessEmail": true
},
"jobTitle": {
"include": [
"chief financial officer",
"cfo"
],
"includeMode": "any"
}
},
"sourceUrl": "https://example.com"
}
'{
"data": {
"configHash": "<string>",
"dataDate": "2023-12-25",
"strategy": "serving_table_in",
"totalCount": 123,
"breakdowns": {
"industries": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"seniorities": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"departments": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"companySizes": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"states": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"exportGrades": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
],
"contactTiers": [
{
"value": "<string>",
"label": "<string>",
"count": 123
}
]
},
"sample": [
{
"hashedEmail": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"businessEmail": "<string>",
"personalEmail": "<string>",
"email": "<string>",
"primaryContactEmail": "<string>",
"phone": "<string>",
"mobilePhone": "<string>",
"directPhone": "<string>",
"personalPhone": "<string>",
"linkedinUrl": "<string>",
"headline": "<string>",
"jobTitle": "<string>",
"roleBucket": "<string>",
"seniority": "<string>",
"department": "<string>",
"profile": {
"profilePidAll": "<string>",
"duplicateProfileCount": 123,
"sourcePriority": 123,
"hemRecordRank": 123,
"isBestProfileForHem": true
},
"company": {
"name": "<string>",
"domain": "<string>",
"linkedinUrl": "<string>",
"domainTld": "<string>",
"industry": "<string>",
"industryGroup": "<string>",
"naics": "<string>",
"sic": "<string>",
"description": "<string>",
"revenueRange": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip": "<string>"
},
"geo": {
"city": "<string>",
"state": "<string>",
"stateCode": "<string>",
"country": "<string>",
"countryCode": "<string>",
"zip": "<string>",
"region": "<string>"
},
"contact": {
"hasBusinessEmail": true,
"hasPersonalEmail": true,
"hasAnyPhone": true,
"businessEmailStatus": "<string>",
"personalEmailStatus": "<string>",
"phoneStatus": "<string>"
},
"demographics": {
"gender": "<string>",
"ageRange": "<string>",
"incomeRange": "<string>",
"netWorth": "<string>"
},
"role": {
"signals": {}
},
"profileSignals": {},
"companySignals": {},
"geoSignals": {},
"compliance": {},
"source": {},
"intent": {
"score": 123,
"topicOverlap": 123,
"matchedTopics": [
{
"topicId": 123,
"topicName": "<string>",
"type": "<string>",
"industry": "<string>",
"category": "<string>"
}
]
}
}
],
"appliedFilters": [
"<string>"
],
"normalizedConfig": {
"topicIds": [
123
],
"minScore": 49,
"maxScore": 99,
"minTopicOverlap": 1,
"filters": {},
"sourceUrl": "<string>"
}
},
"meta": {
"timestamp": "2023-11-07T05:31:56Z",
"request_id": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.leadpipe.com/llms.txt
Use this file to discover all available pages before exploring further.
Dashboard access token. Send as Authorization: Bearer .
1 - 250 elements[502909, 502955]perc_score minimum. Values below 50 are accepted and clamped to 50.
0 <= x <= 9950
50 <= x <= 9999
1 <= x <= 2501
Show child attributes
{
"role": { "isDecisionMaker": true },
"contact": { "hasBusinessEmail": true },
"jobTitle": {
"include": ["chief financial officer", "cfo"],
"includeMode": "any"
}
}"https://example.com"
Was this page helpful?