跳到主要内容

图生视频 删除首帧

OpenAPI Specification

openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/v1/videos:
post:
summary: 图生视频 删除首帧
deprecated: true
description: ''
tags:
- 模型接口/ sora/异步格式
parameters:
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
requestBody:
content:
multipart/form-data:
schema:
type: object
properties:
input_reference:
format: binary
type: string
example: >-
file://C:\Users\pc\Downloads\0217665578416855915fedfb2d82554863c3fe578618fa2a8dbb1_0.jpeg
prompt:
example: 加入广告
type: string
model:
example: sora-2-portrait-10s
type: string
remix:
example: s_6938c739f03c8191988442cc23fd438e
type: string
style:
example: festive
type: string
trim:
description: 是否删除首帧
example: 'true'
type: string
storyboard:
description: 解析故事版
example: 'true'
type: string
required:
- input_reference
- prompt
- model
examples: {}
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
example:
id: video_aeb1cf3f-45e3-49fc-be8f-9b62a1d0e2bc
object: video
model: sora2-portrait-15s
status: queued
progress: 0
created_at: 1760852730
seconds: '4'
size: 1280x720
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/ sora/异步格式
x-apifox-status: deprecated
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-397660331-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []