Skip to main content
GET
/
v1
/
video_loras
List available video LoRA models
curl --request GET \
  --url https://api.example.com/v1/video_loras \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "lora_01HXMQ7Z3K8Y2ABCDEFGHJKM",
    "name": "Seedance 1.0 Pro",
    "is_public": true,
    "default_resolution": "1080p",
    "default_ratio": "16:9",
    "default_duration": 5,
    "created_at": "<string>",
    "slug": "seedance-1-pro",
    "description": "<string>",
    "preview_video_url": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Your team API key (starts with al_live_ — legacy keys may start with og_).

Headers

Aurous-Version
string

Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-05-15"

Response

List of video LoRA models

id
string
required

Opaque video LoRA identifier

Example:

"lora_01HXMQ7Z3K8Y2ABCDEFGHJKM"

name
string
required

Display name

Example:

"Seedance 1.0 Pro"

is_public
boolean
required

Whether this is a public video LoRA

default_resolution
string
required

Default resolution

Example:

"1080p"

default_ratio
string
required

Default aspect ratio

Example:

"16:9"

default_duration
number
required

Default video duration in seconds

Example:

5

created_at
string
required

Creation timestamp

slug
object

URL-friendly slug (mutable; opaque ID is canonical)

Example:

"seedance-1-pro"

description
string

Description

preview_video_url
string

Preview video URL