Skip to main content
GET
/
v1
/
videos
/
{task_id}
/
content
Video Content Download
curl --request GET \
  --url https://api.powertokens.ai/v1/videos/{task_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Video task ID.

Response

Video file content returned successfully.

The response is of type file.