视频生成 veo-3.1-generate-preview

POST /v1/video/generations

MethodPOST
Path/v1/video/generations
Typehttp
Status1
Module2102810
Folder77549536

概览

MethodPOST
Path/v1/video/generations
Typehttp
Status1
Module2102810
Folder77549536

参数

{
  "query": [],
  "path": [],
  "header": [
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "T48DHzDcnj",
      "enable": true,
      "name": "Content-Type",
      "sampleValue": "application/json"
    },
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "GiYXFK3qds",
      "enable": true,
      "name": "Authorization",
      "sampleValue": "Bearer sk-1dnXVfVZKfyMCxwo9SPuT364kWSVlRO2EUna0Zfa3AmstOrE"
    }
  ]
}

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {}
  },
  "required": true,
  "mediaType": "",
  "examples": [
    {
      "mediaType": "application/json",
      "value": "{\r\n  \"model\": \"veo-3.1-fast-generate-preview\",\r\n  \"prompt\": \"A close up of two people staring at a cryptic drawing on a wall\",\r\n  \"metadata\": {\r\n    \"aspectRatio\": \"16:9\",\r\n    \"durationSeconds\": 6\r\n  }\r\n}"
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 140691084,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": []
  }
]