Skip to main content
Use quota endpoints to limit how many participants come from each audience segment. This is helpful if you want a balanced, representative sample - but totally optional. Quotas are currently only available for unmoderated studies and surveys that have auto-invite enabled. We currently support only one quota per project, based on demographic categories.

Quota Categories (v1)

The following demographic fields are supported in v1:

Eligibility Constraints

  • Project targetResearchMethodology must be unmoderatedStudy or survey
  • Auto-invite must be enabled
  • Quotas must be defined before project is published and can’t be edited once the project has been published

Sample Workflow

  1. Create an unmoderated/survey project with auto-invite enabled via POST /v1/projects.
  2. Define quotas with POST /v1/projects/{projectId}/quota.
  3. Publish project - we will match and invite participants based on your desired quota segments.
  4. Monitor fill progress with GET /v1/projects/{projectId}/quota

Creating quotas

POST /v1/projects/{projectId}/quota

Monitoring quota fill rates

GET /v1/projects/{projectId}/quota

References

Example of how quotas are created via the Respondent Researcher Platform Example of how fill progress is presented in the Respondent Researcher Platform
Last modified on March 18, 2026