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

# Welcome to Knowlify

> Generate animated-style videos with AI-powered automation

Knowlify turns prompts into narrated, animated videos. The HTTP API is built for batch and async workflows — a single call queues 1–50 jobs and returns job IDs you can poll or stream over Supabase realtime.

## Get started

<Columns cols={2}>
  <Card title="Create video" icon="video" href="/api-reference/create-video">
    `POST /v1/videos` — queue 1–50 video generation jobs in a single call.
  </Card>

  <Card title="Poll video status" icon="loader" href="/api-reference/poll-video">
    `GET /v1/videos/{uuid}` — track render progress until the job completes.
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Issue an `X-API-Key` from the Developer tab and start calling the API.
  </Card>
</Columns>

## Reference

<Columns cols={2}>
  <Card title="Rate Limits" icon="gauge" href="/api-reference/rate-limits">
    Request rate, batch size, and concurrent-job caps.
  </Card>

  <Card title="Errors" icon="circle-exclamation" href="/api-reference/errors">
    HTTP status codes and per-item error shapes.
  </Card>
</Columns>
