generate standalone video
Suno
Generate Standalone Video
Standalone Suno video generation from a text prompt
POST
generate standalone video
Submit a standalone video generation job. Poll Get Task Status until
Examples:
success.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Video prompt |
video_gen_category | enum | Yes | basic or advanced |
duration | number | Yes | Length in seconds, 5–30 |
Credits
Billing is per second (category × duration). Per the OpenAPI spec:video_gen_category | Rate |
|---|---|
basic | 2 credits / second |
advanced | 4 credits / second |
basic + 5s → 10 credits; advanced + 10s → 40 credits.
Deployment policy may also be expressed as
conf_task_policy[standalone_video_generate].cost × duration (e.g. cost=20 → 100 credits for 5 seconds).Result
Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"