---
title: "GET /api/aurora/{id}/"
method: GET
path: "/api/aurora/{id}/"
tags: ["aurora"]
---

# GET /api/aurora/{id}/

`GET /api/aurora/{id}/`

## Path parameters

- `id` string, uuid, required

## Response `200`

- AuroraFlow
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, nullable — Name of the aurora video
  - `audio` string, uri, required — Audio file url for the aurora video, 5 minutes max, 'mp3' and 'wav' formats only
  - `image` string, uri, required — Image file url for the aurora video, 'png', 'jpg', 'jpeg', 'webp' formats only
  - `text_prompt` string — Optional text prompt describing the desired visual style, atmosphere, or scene composition for the video. This can include details such as camera angles, lighting, mood, environment, subject expression, pose, motion, and other cinematic or artistic elements to guide video generation.
  - `prompt_guidance_scale` number, double — Prompt guidance scale for image-to-video generation (0.0 to 10.0)
  - `model_version` 'aurora_v1' | 'aurora_v1_fast' — * `aurora_v1` - Aurora v1 * `aurora_v1_fast` - Aurora v1 Fast
  - `video_output` string, nullable, required — Video output URL
  - `credits_used` number, required — Credits used in this API call
  - `duration` integer, required — Duration of the video in seconds
  - `progress` number, double, required — Progress of the job
  - `failed_reason` string, required — Failed reason
  - `media_job` string, uuid, nullable, required — Media job associated with this Avatar X Flow
  - `status` 'pending' | 'in_queue' | 'running' | 'failed' | 'done' | 'rejected', required — * `pending` - Pending * `in_queue` - In Queue * `running` - Running * `failed` - Failed * `done` - Done * `rejected` - Rejected
  - `is_hidden` boolean, required — Is the video hidden in the website projects page
  - `webhook_url` string, uri, nullable — Webhook URL for status updates. Default is null.
  - `preview` string, nullable, required — Preview URL
  - `editor_url` string, nullable, required — Editor URL for the video. Expires in 24 hours. Available only if your API account has API editor access enabled. , expires in 24 hours.

---

[API](https://skmtc.dev/creatify/apis/creatify-ai-api.md) · [All operations](https://skmtc.dev/creatify/apis/creatify-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/creatify/creatify-ai-api/revisions/7ca3bf8077ba/schema)
