π 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 Authentication Guide)
π 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 |

