openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/v1/videos/{id}:
get:
summary: 查询视频进度
deprecated: false
description: 用于查询任务进度
tags:
- 模型接口/Grok
parameters:
- name: id
in: path
description: ''
required: true
example: task_xxx
schema:
type: string
- name: Accept
in: header
description: ''
required: true
example: application/json
schema:
type: string
default: application/json
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
- name: Content-Type
in: header
description: ''
required: true
example: application/json
schema:
type: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties:
completed_at:
type: integer
created_at:
type: integer
id:
type: string
model:
type: string
object:
type: string
progress:
type: integer
status:
type: string
video_url:
type: string
required:
- completed_at
- created_at
- id
- model
- object
- progress
- status
- video_url
x-apifox-orders:
- completed_at
- created_at
- id
- model
- object
- progress
- status
- video_url
example:
completed_at: 1772622973
created_at: 1772622973
id: string
model: grok-3
object: video
progress: 100
status: completed
video_url: string
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/Grok
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-422966448-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []