メインコンテンツへスキップ
GET
/
v1
/
videos
/
{task_id}
curl --request GET \
  --url 'https://api.elkapi.com/v1/videos/task_1234567890' \
  --header 'Authorization: Bearer <token>'
{
  "id": "id",
  "object": "object",
  "model": "sora-2",
  "status": "status",
  "progress": 1,
  "created_at": 1,
  "seconds": "seconds"
}

Documentation Index

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

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

curl --request GET \
  --url 'https://api.elkapi.com/v1/videos/task_1234567890' \
  --header 'Authorization: Bearer <token>'
{
  "id": "id",
  "object": "object",
  "model": "sora-2",
  "status": "status",
  "progress": 1,
  "created_at": 1,
  "seconds": "seconds"
}

Authorizations

Authorization
string
必須
すべてのエンドポイントで Bearer Token 認証が必要です。リクエストヘッダーに追加します:
Authorization: Bearer YOUR_API_KEY

Path Parameters

task_id
string
必須
動画タスクID

Response

id
string
object
string
model
string
デフォルト:"sora-2"
例:sora-2
status
string
progress
integer
created_at
integer
seconds
string