Skip to main content
POST
/
api
/
audiences
/
estimate
Audience Estimate
curl --request POST \
  --url https://app.huckleinsights.com/api/audiences/estimate \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "state": "OH",
  "limit": 100,
  "skip": 7899,
  "filters": [
    [
      "GENDER",
      [
        "F",
        "M"
      ]
    ],
    [
      "MARRIEDCD",
      [
        "M",
        "S"
      ]
    ],
    [
      "AGE",
      [
        "20-24",
        "25-29",
        "45-49"
      ]
    ]
  ]
}
'
{
  "total": 199938,
  "usage": 9,
  "limit": 15,
  "skip": 200
}

Authorizations

X-API-KEY
string
header
required

Headers

X-EXTERNAL-ID
string

Body

application/json
state
string
limit
integer
skip
integer
filters
string[][]

Response

200 - application/json

200 - Success

total
integer
usage
integer
limit
integer
skip
integer