Documentation Index
Fetch the complete documentation index at: https://docs.creatify.ai/llms.txt
Use this file to discover all available pages before exploring further.
🚀 Introduction
The Aurora API enables you to create studio-quality, avatar-based videos from just a single photo (real or AI-generated) and an audio clip (speech or song).Powered by a state-of-the-art image-to-avatar model, Aurora generates lifelike videos where the avatar blinks, speaks, gestures, and emotes as if it were real. Whether you’re building user-generated content (UGC) ads, animated characters, or singing avatars, Aurora delivers unparalleled realism with professional-grade output.
⚙️ Quickstart Guide
✅ Prerequisites
Before you begin, ensure you have:- A Creatify account with API access
- Your API credentials (see Quickstart)
📝 Step 1: Submit an Avatar Video Generation Request
Use this endpoint to generate a studio-grade avatar video from an image and an audio file.🎬 The response includes a unique video ID. Save it to check status.
⏳ Step 2: Check Avatar Video Generation Status
You can monitor the video generation progress by polling the status endpoint using the returned ID until the status changes todone.
✅ Whenstatusisdone, retrieve your video from thevideo_outputfield.
🔔 Webhook Option
Instead of polling, you can provide awebhook_url in the request to receive the result automatically when the video is ready.When processing completes, Aurora will send a POST request to your webhook with a payload like this:
🎯 Summary
| Step | Endpoint |
|---|---|
| Create Task | POST /api/aurora/ |
| Check Status | GET /api/aurora/{id}/ |
| API Reference | Aurora Reference |
💳 Pricing
Creating a video through this endpoint costs 1 credit per second withaurora_v1, or 0.5 credits per second with aurora_v1_fast. Billing is per-second; partial seconds round up to the next whole second.

