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

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> in the request header.

Path Parameters

task_id
string
required

Public video task ID.

Response

Download successful. Returns the video binary stream directly.

The response is of type file.