メインコンテンツへスキップ
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.