Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
feasibility
/
audience-size-estimate
Retrieve audience size estimate
curl --request GET \
  --url https://api-staging.respondent.io/v1/projects/{projectId}/feasibility/audience-size-estimate \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>'
{
  "exactAudienceMatch": 123,
  "eligibleAudience": 123
}

Documentation Index

Fetch the complete documentation index at: https://developers.respondent.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

projectId
string
required

Response

200 - application/json
exactAudienceMatch
number
required

Active users over previous 90 days that are an exact match for the audience defined in the project.

eligibleAudience
number
required

Active users over the previous 90 days that receive a high similarity score for the audience defined in the project and are able to apply, but may be less than 100% qualified.