> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quiz-quail.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Programmatically create quiz videos with the Quiz Quail API

# Quiz Quail API

Quiz Quail lets you create, customize, and render quiz videos programmatically. Build engaging quiz content for YouTube and other platforms without touching a video editor.

## What you can do

<CardGroup cols={2}>
  <Card title="Create Quizzes" icon="circle-question" href="/quickstart">
    Build quizzes with multiple rounds, 13 question types, and 10 layout options.
  </Card>

  <Card title="Customize Themes" icon="palette" href="/guides/themes">
    Control colors, fonts, backgrounds, and visual styles for your videos.
  </Card>

  <Card title="Render Videos" icon="video" href="/guides/rendering">
    Render quiz videos in the cloud and download the finished MP4.
  </Card>

  <Card title="Upload to YouTube" icon="youtube" href="/guides/youtube">
    Upload rendered videos directly to YouTube with AI-generated metadata.
  </Card>

  <Card title="Manage Media" icon="image" href="/guides/media">
    Upload and manage images and audio used in your quizzes.
  </Card>

  <Card title="AI Generation" icon="sparkles" href="/guides/ai-generation">
    Generate complete quizzes from a text prompt using AI.
  </Card>
</CardGroup>

## Quick links

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first quiz in 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Set up API key authentication.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Browse the full endpoint reference.
  </Card>
</CardGroup>
