Base URL
All API requests should be made to:Available Endpoints
Quizzes
The Quiz API allows you to retrieve quiz data and detailed analytics reports:| Endpoint | Description |
|---|---|
GET /v1/quizzes | List all quizzes you have access to |
GET /v1/quizzes/{quizId} | Get detailed quiz information including rounds and questions |
GET /v1/quizzes/{quizId}/report | Get comprehensive analytics and participant responses |
Pagination
The API uses cursor-based pagination for list endpoints. Use these query parameters:| Parameter | Description | Default | Maximum |
|---|---|---|---|
limit | Number of items to return | 25 | 100 |
starting_after | Cursor for pagination (ID of the last item from previous page) | — | — |
Example
OpenAPI Specification
Download the full OpenAPI specification for use with API clients, code generators, or other tooling:Download OpenAPI Spec
OpenAPI 3.1 specification (JSON)