Skip to main content

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.

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

Create video

POST /v1/videos — queue 1–50 video generation jobs in a single call.

Poll video status

GET /v1/videos/{uuid} — track render progress until the job completes.

Authentication

Issue an X-API-Key from the Developer tab and start calling the API.

Reference

Rate Limits

Request rate, batch size, and concurrent-job caps.

Errors

HTTP status codes and per-item error shapes.