v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Clip Video

post/video/clip

Request body

asset_idstring required

The video asset ID to create a clip from

Example request

{
  "asset_id": "re_657739295220518912"
}

Response

Video clip creation initiated successfully

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": {
    "task_id": "f432bc84bfd141d1b05c1d24af0abe6a"
  },
  "success": true
}