캐릭터 생성
POST
/sora/v1/characters
- 비디오 구간에서 재사용 가능한 캐릭터를 생성합니다
- 소스는
url또는from_task중 하나를 제공합니다 timestamps는 초 단위 등장 구간을 지정합니다(권장 1-3초)
Authorizations
bearer
Type
HTTP (bearer)
Request Body
application/json
url
string
생성할 캐릭터가 포함된 비디오 URL입니다(from_task와 둘 중 하나 선택).
timestamps
string
Required
초 단위 구간입니다. 예: 1,2는 1-2초를 의미하며, 구간 차이는 1-3초여야 합니다.
from_task
string
이미 생성된 작업 id를 사용해 캐릭터를 만들 수 있습니다.
Responses
application/json
object
id
string
Required
캐릭터 id.
username
string
Required
캐릭터 이름이며 프롬프트에서 @{username} 형태로 사용할 수 있습니다.
permalink
string
Required
캐릭터 홈 URL(OpenAI 캐릭터 페이지로 이동).
profile_picture_url
string
Required
캐릭터 아바타 URL.