v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Extract Video Frames

post/video/extract-frames

Request body

asset_idstring required

The video asset ID to extract frames from

Example request

{
  "asset_id": "re_657739295220518912"
}

Response

Frame extraction 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": "1e8ae1075e054e8abb58e7598c53cbf1"
  },
  "success": true
}