视频(Videos)Sora 格式
创建视频
鉴权
bearerAuth 鉴权Bearer <token>
在控制台「令牌管理」获取的 API Key
位置: header
请求体
application/json
TypeScript 类型定义
在 TypeScript 中使用 request body 类型
响应体
application/json
curl -X POST "https://example.com/video/sora/generations" \ -H "Content-Type: application/json" \ -d '{ "model": "veo-3.0-fast-generate-001", "prompt": "A futuristic city at sunset with neon lights", "size": "1280x720", "duration": 5 }'{
"task_id": "string",
"status": "pending"
}