AI Clothes Changing

Replace clothes in image by other

Generate

To make first request using Beauty Service, you can implement flow bellow

Generate image

POST /api/v4/clothes-changing

Headers

NameValue

Content-Type

application/json

X-Api-Signature

see API Signature for more detail

X-Api-Timestamp

see API Signature for more detail

X-Api-Token

see Enhanced security for more detail

X-Api-BundleId

see Enhanced security for more detail

Body

NameTypeDescription

file

file

Image file. Accept only png, jpg, jpeg

prompt

string

Describe your target clothes you want to replace

style

string

Location of user want to replace to new clothes
 Accept values:
 top , jacket , bottom , dress , hair

contentStyle

string

top:
  - casual_shirt
  - vintage_blouse
  - graphic_tee
  - sleeveless_top
  - polka_dot_top
  - formal_blouse
  - striped_shirt
  - halter_top
  - boho_tunic
  - sports_tank
jacket:
  - leather_jacket
  - denim_jacket
  - bomber_jacket
  - puffer_jacket
  - trench_coat
  - blazer_jacket
  - parka_jacket
  - windbreaker
  - military_jacket
  - suede_jacket
bottom:
	- jeans
	- shorts
	- chinos
	- cargo_pants
	- skirt_pleated
	- yoga_pants
	- leather_pants
	- capri_pants
	- maxi_skirt
	- joggers
dress:
	- summer_dress
	- evening_gown
	- cocktail_dress
	- boho_dress
	- retro_dress
	- little_black_dress
	- wedding_gown
	- sheath_dress
	- tunic_dress
	- party_dress
hair:
	- bob_cut
	- pixie_cut
	- layered_cut
	- wavy_hair
	- ponytail
	- platinum_blonde
	- rose_gold
	- chocolate_brown
	- burgundy
	- silver_gray
	- pastel_pink
	- auburn

acceptNSFW

boolean

Accept image nsfw or not

Default false

Response

Last updated