API Documentation

Integrate Quiz God into your own applications.

Authentication

All API requests must include your API key in the header.

Authorization: Bearer YOUR_API_KEY

Endpoints

POST/v1/videos/generate

Generate a new batch of videos.

Body Parameters

{
  "topic": "Space Facts",
  "count": 10,
  "webhook_url": "https://your-site.com/webhook"
}
GET/v1/videos/:id

Get status and download URL for a video.