Build powerful integrations with the Surventrics REST API. Create surveys, collect responses, and analyze data programmatically.
Learn how to authenticate with API keys and manage scopes.
Create, update, and manage surveys through the API.
Access response metrics and survey analytics.
Predict phrasing effects before collecting responses.
Free survey quality analysis — no auth required.
Multi-arm testing, objective weighting, and cross-customer priors.
AI-powered methodology scoring and actionable recommendations.
All API endpoints are available at:
https://surventrics.ai/api/v1Get started in three simple steps:
curl -X GET "https://surventrics.ai/api/v1/surveys" \
-H "Authorization: Bearer YOUR_API_KEY"| Endpoint | Methods | Description |
|---|---|---|
/surveys | GET, POST | List and create surveys |
/surveys/:id | GET, PUT, DELETE | Get, update, or delete a survey |
/surveys/:id/questions | GET, POST | List and create questions |
/surveys/:id/questions/:qid | GET, PUT, DELETE | Manage individual questions |
/surveys/:id/responses | GET | List survey responses |
/surveys/:id/responses/export | GET | Export responses as CSV/JSON |
/surveys/:id/analytics | GET | Get survey analytics |
/surveys/:id/pretest/compare | POST | Predict phrasing effects between two question variants |
/api/health-check/analyze | POST | Free survey quality analysis (public, no auth) |
/surveys/:id | PATCH | Update calibration objective weights (multi-objective) |
/api/calibration/insignificance-prediction | GET | Cross-customer calibration prior lookup |
/surveys/:id/research-review | POST, GET, PATCH | AI-powered research methodology review |
When creating an API key, select the scopes needed for your integration:
| Scope | Description |
|---|---|
surveys:read | View surveys and their settings |
surveys:write | Create, update, and delete surveys |
questions:read | View survey questions |
questions:write | Create, update, and delete questions |
responses:read | View survey responses |
responses:export | Export response data |
analytics:read | View analytics and metrics |