generate standalone video
Suno
独立视频生成
根据文本提示词独立生成 Suno 视频
POST
generate standalone video
提交独立视频生成任务,通过 查询任务状态 轮询至
示例:
success。
参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
prompt | string | 是 | 视频提示词 |
video_gen_category | enum | 是 | basic 或 advanced |
duration | number | 是 | 时长(秒),5~30 |
积分
按秒计费(类别 × 时长)。OpenAPI 说明:video_gen_category | 费率 |
|---|---|
basic | 2 积分/秒 |
advanced | 4 积分/秒 |
basic + 5 秒 → 10 积分;advanced + 10 秒 → 40 积分。
部署策略也可能表示为
conf_task_policy[standalone_video_generate].cost × duration(例如 cost=20 时,5 秒消耗 100 积分)。结果
示例
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
响应
201 - application/json
task id. Use this id to query task status.
示例:
"15c257ff-43f7-4678-bd41-202ad6b8488b"