メインコンテンツへスキップ
POST
/
veo
/
tasks
Veo Tasks
curl --request POST \
  --url https://api.acedata.cloud/veo/tasks \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "ids": [
    "<string>"
  ],
  "action": "generate"
}
'
{
  "id": "<string>",
  "request": {},
  "response": {}
}

承認

Authorization
string
header
必須

ヘッダー

accept
enum<string>

Specifies the format of the response from the server.

利用可能なオプション:
application/json

ボディ

application/json
id
string

The ID of the Veo task.

ids
string[]

The IDs of the Veo tasks.

action
enum<string>
デフォルト:generate

Operation type. Use 'retrieve' to get the single task, and 'retrieve_batch' to get the batch of multiple tasks.

利用可能なオプション:
retrieve,
retrieve_batch

レスポンス

Operation performed successfully.

id
string

The ID of the veo task.

request
object

The request of the veo task.

response
object

The response of the veo task.