New 2026 exam preparation roadmap now live.
See Plans

API Documentation

Complete OpenAPI specification for the QUIZZERA API. Test endpoints, view documentation, and integrate with your app.

Swagger UI
Interactive API documentation with "Try it out" functionality

Click "Try it out" on any endpoint to make live requests. Your JWT token from localStorage will be automatically included.

Open Swagger UI
ReDoc
Beautiful, side-by-side API documentation

Clean, modern documentation view optimized for reading and understanding API endpoints.

Open ReDoc
API Tester
Advanced request builder with token support

Build custom API requests with headers, body, and authentication. Perfect for testing complex scenarios.

API Tester
OpenAPI Specification
Download the raw OpenAPI 3.0 JSON specification

Use this JSON file with third-party tools like Postman, Insomnia, or code generators.

Download OpenAPI JSON
Quick Reference
Common tasks and how to accomplish them

๐Ÿ“ Testing with Swagger

  1. 1. Open Swagger UI
  2. 2. Find the endpoint you want to test
  3. 3. Click "Try it out"
  4. 4. Fill in parameters and body
  5. 5. Click "Execute" to see results

๐Ÿ” Using Authentication

  1. 1. Log in to get your JWT token
  2. 2. Token is auto-saved in localStorage
  3. 3. It's automatically included in requests
  4. 4. Paste token in API Tester for manual requests

๐Ÿ“ฆ Importing to Postman

  1. 1. Download OpenAPI JSON
  2. 2. Open Postman
  3. 3. Click "Import" โ†’ "Link"
  4. 4. Paste the OpenAPI URL or file
  5. 5. Create a collection

โš™๏ธ Common Headers

Authorization: Bearer {token}
Content-Type: application/json
Accept: application/json
Need Help?
  • ๐Ÿ“– Check the Swagger UI for descriptions of each endpoint
  • ๐Ÿงช Use the API Tester to experiment with real requests
  • ๐Ÿ“‹ Review the ReDoc for a readable format
  • ๐Ÿ”— Use the OpenAPI JSON with your favorite API client