cURL
curl --request GET \ --url https://api.ai.cc/v1/videos/{task_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieves the video file content for a completed video task.
This interface proxies and returns the video file stream.
Authentication is done using Bearer Token. Format: Authorization: Bearer sk-xxxxxx
Authorization: Bearer sk-xxxxxx
Video Task ID
Successfully retrieved video content
The response is of type file.
file