Skip to main content
GET
List the available video engines
Returns the catalog of available video engines. Each entry lists the modes it supports, valid durations (and durations_by_resolution / durations_with_end_frame where they differ), resolutions, aspect_ratios, whether it supports an end frame or audio, and its credit pricing (credits_per_second, resolution_multipliers, audio_credit_multiplier). Read this endpoint before calling POST /videos/generations so you pass a valid engine + duration + resolution combination — unsupported values return 422.

Authorizations

Authorization
string
header
required

Organization API key as a bearer token: Authorization: Bearer samsa_sk_....

Response

Successful Response

GET /videos/models response — the public video engine catalog.

data
PublicVideoEngine · object[]
required