비디오 생성
POST
/v1/videos
- OpenAI 공식 Sora 비디오 생성 API
- 요청 본문은
multipart/form-data이며model과prompt가 필수입니다 sora-2,sora-2-pro등 모델 지원- 공식 문서: Videos create
Authorizations
bearer
Type
HTTP (bearer)
Request Body
multipart/form-data
model
string
Required
사용할 비디오 생성 모델(허용 값: sora-2, sora-2-pro).
prompt
string
Required
생성할 비디오를 설명하는 텍스트 프롬프트.
seconds
string
클립 길이(초)(허용 값: 4, 8, 12). 기본값 4초.
size
string
출력 해상도(가로 x 세로)(허용 값: 720x1280, 1280x720, 1024x1792, 1792x1024). 기본값 720x1280.
sora-2는 720x1280, 1280x720 지원
sora-2-pro는 1024x1792, 1792x1024 지원
input_reference
string
생성을 안내하는 선택적 참조 이미지.
Format
"binary"watermark
string
-모든 모델 공통 매개변수
private
string
-모든 모델 공통 매개변수
style
string
-모든 모델 공통 매개변수. 스타일: thanksgiving, comic, news, selfie, nostalgic, anime
Responses
application/json
object
id
string
object
string
model
string
status
string
progress
integer
created_at
integer
seconds
string
size
string