openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/URL/v1/videos/{video_id}/content:
get:
summary: 转存视频
deprecated: false
description: 使用转存视频接口以用于保存视频
tags:
- 模型接口/ sora/异步格式
parameters:
- name: video_id
in: path
description: ''
required: true
schema:
type: string
- name: variant
in: query
description: ''
required: false
example: video
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: {}
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/ sora/异步格式
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-362025717-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []