메인 콘텐츠로 건너뛰기
GET
/
v1
/
videos
/
{video_id}
/
content
OpenAI video content
curl --request GET \
  --url https://maas.apigo.ai/v1/videos/{video_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.apigo.ai/llms.txt

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

작업이 완료된 후 이 엔드포인트를 사용하여 최종 비디오 자산 또는 콘텐츠 스트림을 가져옵니다.
  • Authorization: Bearer {API_KEY}로 인증
  • 경로 매개변수는 여전히 video_id입니다.
  • 상태 엔드포인트가 완료를 확인한 후에만 이 호출을 호출하세요.
  • 대용량 다운로드는 백엔드에서 더 잘 프록시되거나 서명되는 경우가 많습니다.

인증

Authorization
string
header
필수

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

경로 매개변수

video_id
string
필수

Video ID

예시:

"video_123456789"

응답

Successful video content response

The response is of type file.