Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.synapsai.cloud/v1/videos/{video_id}/content
import requestsurl = "https://api.synapsai.cloud/v1/videos/{video_id}/content"response = requests.get(url)print(response.text)
"<string>"
Optional content variant to download Downloadable video asset variants
video
thumbnail
spritesheet
Binary video content
The response is of type file.
file