메인 콘텐츠로 건너뛰기
POST
이미지 스타일 전송

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

본문

application/json
image
string
필수

스타일 전환을 수행할 이미지의 Base64 또는 URL

reference_image
string
필수

스타일 전환을 위한 참조 이미지의 Base64 또는 URL

engine
enum<string>
기본값:balanced

스타일 전송을 위한 엔진 프리셋

사용 가능한 옵션:
balanced,
definio,
illusio,
3d_cartoon,
colorful_anime,
caricature,
real,
super_real,
softy
fixed_generation
boolean
기본값:false

활성화하면 동일한 설정을 사용할 때 항상 동일한 이미지가 생성됩니다.

flavor
enum<string>
기본값:faithful

전환 스타일의 종류

사용 가능한 옵션:
faithful,
gen_z,
psychedelia,
detaily,
clear,
donotstyle,
donotstyle_sharp
is_portrait
boolean
기본값:false

이미지를 인물 사진으로 처리할지 여부를 나타냅니다.

portrait_beautifier
enum<string>

인물 사진의 얼굴 보정. is_portrait가 참인 경우에만 사용됩니다.

사용 가능한 옵션:
beautify_face,
beautify_face_max
portrait_style
enum<string>
기본값:standard

인물 사진에 적용되는 시각적 스타일. is_portrait가 참인 경우에만 사용됩니다.

사용 가능한 옵션:
standard,
pop,
super_pop
prompt
string

AI 모델에 대한 프롬프트

structure_strength
integer
기본값:50

원본 이미지의 구조를 유지할 수 있도록 합니다.

필수 범위: 0 <= x <= 100
style_strength
integer
기본값:100

스타일 강도의 백분율

필수 범위: 0 <= x <= 100
webhook_url
string<uri>

비동기 알림을 위한 선택적 콜백 URL입니다.

예시:

"https://www.example.com/webhook"

응답

OK - 스타일 전송 프로세스가 시작되었습니다.

generated
string<uri>[]

생성된 이미지의 URL입니다.

status
enum<string>
사용 가능한 옵션:
CREATED,
IN_PROGRESS,
COMPLETED,
FAILED
task_id
string<uuid>
예시:

"046b6c7f-0b8a-43b9-b35d-6489e6daee91"