AUDIENCE API • FOR DEVELOPERS

Power your research stack with RIWI's verified audience.

Programmatic access to the world's largest verified human network. Open-web intercept (RDIT), programmatic panel, pre-survey verification — in your tool, not ours.

WHO USES THE AUDIENCE API

If you build research tools, run a panel, or operate a platform — this is for you.

01 / 03

PLATFORM OPERATORS — Survey & research platforms

Add verified audience to your platform without building a panel. Your customers run studies in your tool; respondents come from RIWI.

02 / 03

AGENCIES & TOOLING — Agencies with their own stack

Power your existing research workflow with RIWI's audience reach. White-label or branded, depending on your client relationships.

03 / 03

ENTERPRISE & ACADEMIC — Internal research tools

Connect your internal research platform to RIWI's audience for cross-country, hard-to-reach, or verified-human work that your panel relationships don't cover.

WHAT'S IN THE API

Everything that makes RIWI's audience the audience.

The Audience API exposes the full capability of RIWI's Audience product, programmatically:

  • RDIT-sourced respondents in 200+ countries
  • Programmatic panel access in 53+ countries
  • Pre-survey verification by VerifyHuman on every respondent
  • Targeting by country, demographics, language, profession (where applicable)
  • Real-time fielding with progress visibility and quota controls
  • Quality signals returned per response (verification metadata, behavioral flags)

Authentication, rate limits, and data export formats are standard developer-friendly. Webhooks for fielding events.

VERIFY
HOW INTEGRATION WORKS

Connect in days, not quarters.

The Audience API is REST-based. Authenticate with your key, define your study (countries, demographics, sample size), submit your survey URL or hosted study, and receive verified responses as they complete.

No panel-management overhead. No respondent recruitment to operate. No verification infrastructure to build. RIWI's Audience handles all of that — your tool delivers the study and receives clean data.

  • REST endpoints for study lifecycle
  • Webhook events for response completion
  • Sandbox environment for development
  • Production access on contract
STARTING A STUDY

One curl, one study, verified humans.

Submit a study and get verified respondents from RIWI's Audience.

terminal
# Submit a new study to the Audience API
curl -X POST https://api.riwi.com/v1/studies \
  -H "Authorization: Bearer $RIWI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Ad concept test - LATAM",
    "survey_url": "https://yourtool.com/survey/abc123",
    "audience": {
      "countries": ["MX", "BR", "AR", "CO"],
      "language": "es",
      "sample_size": 1500
    },
    "verification": {
      "verifyhuman": true,
      "minimum_quality": "standard"
    }
  }'

A minimal example — submit a study, get respondents from RIWI’s Audience.

BUILD VS. BUY

Why this beats panel relationships.

Most platforms either operate their own panel or maintain panel-supplier relationships. Both work; both have limits.

Operating a panel means recruitment, retention, incentive economics, and panel-fatigue management — work that's not your product. Supplier relationships work but introduce country gaps, verification gaps, and opaque quality signals. RDIT solves both: you get reach panels can't deliver, with verification built in, without operating respondent infrastructure.

Most partners stand up a sandbox in a week and reach production in a month.

  • Reach: 200+ countries, including hard-to-reach
  • Verification: built in, not bolted on
  • Operations: zero panel infrastructure to run
  • Quality signals: per-response transparency
READY TO BUILD

Get API access.

Tell us about your platform, your audience needs, and your integration timeline. We'll set up sandbox access and a technical contact within 48 hours.