Skip to main content

🚀 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:

📝 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 to done.
✅ When status is done, retrieve your video from the video_output field.

🔔 Webhook Option

Instead of polling, you can provide a webhook_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


💳 Pricing

Creating a video through this endpoint costs 1 credit per second with aurora_v1, or 0.5 credits per second with aurora_v1_fast. Billing is per-second; partial seconds round up to the next whole second.

🤝 Need Help?

If you run into any issues, check out our API Reference or contact api@creatify.ai.