跳转到主要内容
GET
/
v1
/
videos
/
{task_id}
/
content
curl --request GET \
  --url 'https://api.elkapi.com/v1/videos/task_1234567890/content' \
  --header 'Authorization: Bearer <token>'
"string"

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/content' \
  --header 'Authorization: Bearer <token>'
"string"

Authorizations

Authorization
string
必填
所有接口均需要使用 Bearer Token 进行认证。在请求头中添加:
Authorization: Bearer YOUR_API_KEY

Path Parameters

task_id
string
必填
视频任务 ID