creatify/aurora
Aurora by Creatify - animate still images into dynamic videos with AI. Transform photos into cinematic clips with natural motion, camera movement, and optional audio generation.
PNG, JPEG, WebP, or GIF · 20 MiB maximum
Example output — click Run to generate your own
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
https://api.sandbase.ai/v1/runcreatify/auroraInput Schema
6 parameters · 2 required · 4 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
image | string | Required | The URL of the image file to be used for video generation. |
prompt | string | Required | A text prompt to guide the video generation process. |
audio | string | Optional | The URL of the audio file to be used for video generation. |
resolution | string | Optional | The resolution of the generated video. · Options: 480p, 720p · Default: "720p" 480p720p |
guidance_scale | number | Optional | Guidance scale to be used for text prompt adherence. · Min: 0 · Max: 5 · Default: 1 |
audio_guidance_scale | number | Optional | Guidance scale to be used for audio adherence. · Min: 0 · Max: 5 · Default: 2 |
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-readable error description |
Async Workflow
This model uses asynchronous execution. Submit a request and poll for the result.
- Submit — POST to /v1/run, receive an
id - Poll — GET /v1/run/{id} until status is
completed,failed, ortimeout - Retrieve — Read
outputsfrom the completed response
Code Examples
Ready-to-run snippets
# Step 1: Submit
curl -X POST https://api.sandbase.ai/v1/run \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "creatify/aurora",
"audio": "https://static.sandbase.ai/examples/creatify/aurora/input_audio_1.wav",
"image": "https://static.sandbase.ai/examples/creatify/aurora/input_image_0.png",
"prompt": "4K studio interview, medium close-up (shoulders-up crop). Solid light-grey seamless backdrop, uniform soft key-light—no lighting change. Presenter faces lens, steady eye-contact. Hands remain below frame, body perfectly still. Ultra-sharp.",
"resolution": "720p",
"guidance_scale": 1,
"audio_guidance_scale": 2
}'
# Step 2: Poll result (replace <id>)
curl https://api.sandbase.ai/v1/run/<id> \
-H "Authorization: Bearer YOUR_API_KEY"API README
Creatify Aurora
creatify/aurora turns a still photograph or designed image into a dynamic video, adding natural subject movement, camera energy, and optional sound to an otherwise static composition. Aurora is oriented toward fast commercial creative, so a product shot, portrait, or campaign visual can become motion content without a conventional shoot or manual animation pass. This combination makes the model a practical choice when the creative outcome depends on those qualities rather than on a generic media conversion.
For production work, The supplied image remains the visual anchor while written direction establishes how the scene moves and feels, supporting quick variations for ads and social placements. The result is most reliable when the source material and creative brief clearly describe the intended subject, progression, visual or sonic character, and the qualities that must remain unchanged.
Highlights
Natural still-image animation introduces believable motion while preserving the key visual.
Commercial creative focus turns product and campaign imagery into ready-to-test video concepts.
Prompt-directed movement controls subject action, camera behavior, and atmosphere.
Optional audio can reinforce the generated motion with a more complete presentation.
Pricing
| Resolution | Price per generated second |
|---|---|
| 480p | $0.070 |
| 720p | $0.140 |
When to Use
| ✅ Good fit | ❌ Consider alternatives |
|---|---|
| The model's named workflow matches the source material and intended output | A different input modality or model route is required |
| A managed asynchronous result is suitable for the production pipeline | A synchronous, interactive editor is essential |
| The documented controls cover the required duration, framing, or format | The project needs controls outside this endpoint's schema |
| Creative iteration benefits from a repeatable request structure | Exact deterministic pixels, frames, geometry, or samples are mandatory |
| A finished downloadable media asset is the desired deliverable | Editable source layers or a native project file are required |
Prompt Guide
For audio transformation, state the intended result first, then add the subject or source treatment, progression, style, and delivery constraints. Keep one creative variable per phrase, use the documented field names for controls, and change one setting at a time when comparing results.
{
"audio": "https://static.sandbase.ai/examples/creatify/aurora/input_audio_1.wav",
"image": "https://static.sandbase.ai/examples/creatify/aurora/input_image_0.png",
"prompt": "4K studio interview, medium close-up (shoulders-up crop). Solid light-grey seamless backdrop, uniform soft key-light—no lighting change. Presenter faces lens, steady eye-contact. Hands remain below frame, body perfectly still. Ultra-sharp.",
"resolution": "720p"
}
Technical Specs
| Spec | Value |
|---|---|
| Model ID | creatify/aurora |
| Inputs | audio, audio_guidance_scale, guidance_scale, image, prompt, resolution |
| Required inputs | prompt, image |
| Output fields | content_type, url |
| Execution | Async (submit, then poll for result) |
| Resolution | 480p / 720p |

