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 UIReDoc
Beautiful, side-by-side API documentation
Clean, modern documentation view optimized for reading and understanding API endpoints.
Open ReDocAPI Tester
Advanced request builder with token support
Build custom API requests with headers, body, and authentication. Perfect for testing complex scenarios.
API TesterOpenAPI 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 JSONQuick Reference
Common tasks and how to accomplish them
๐ Testing with Swagger
- 1. Open Swagger UI
- 2. Find the endpoint you want to test
- 3. Click "Try it out"
- 4. Fill in parameters and body
- 5. Click "Execute" to see results
๐ Using Authentication
- 1. Log in to get your JWT token
- 2. Token is auto-saved in localStorage
- 3. It's automatically included in requests
- 4. Paste token in API Tester for manual requests
๐ฆ Importing to Postman
- 1. Download OpenAPI JSON
- 2. Open Postman
- 3. Click "Import" โ "Link"
- 4. Paste the OpenAPI URL or file
- 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