Saltar para o conteúdo principal
GET
/
v1
/
videos
/
{video_id}
/
content
Download Video Content
curl --request GET \
  --url https://aihubmix.com/v1/videos/{video_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorizações

Authorization
string
header
obrigatório

Gateway-issued API key, formatted as sk-gateway-xxxxxxxx. Used by OpenAI-shaped endpoints (/v1/chat/completions, etc.).

Parâmetros de caminho

video_id
string
obrigatório

The identifier of the video whose media to download.

Exemplo:

"video_123"

Parâmetros de consulta

variant
enum<string>

Which downloadable asset to return. Defaults to the MP4 video.

Opções disponíveis:
video,
thumbnail,
spritesheet

Resposta

The video bytes or preview asset that matches the requested variant.

The response is of type file.