Complete reference for integrating PixaryAI into your applications.
/api/openapi/v1/pixary-1-5-i2vUse Pixary 1.5-i2v to generate clothing-removal videos.
Authorization: Bearer apk_xxxxxxxxxxxxxxxxxxxxxxxx| ํ๋ผ๋ฏธํฐ | ํ์ | ๊ฐ | ์ค๋ช |
|---|---|---|---|
imageUrl | โ | - | Image URL. Must be a publicly accessible image URL. Supports common image formats: JPEG, JPG, PNG, WEBP. |
model | โ | womanty / dance / touchbreast | Pixary 1.5-i2v model type |
duration | โ | 5s / 8s | Video duration. When model is womanty, duration must be 5s; when model is dance or touchbreast, duration must be 8s. |
{
"imageUrl": "https://example.com/input.png",
"model": "dance",
"duration": "8s"
}{
"code": 200,
"msg": "OK",
"data": "1900000000000000001"
}curl -X POST https://api.pixaryai.com/api/openapi/v1/pixary-1-5-i2v \
-H "Authorization: Bearer apk_xxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"imageUrl": "https://example.com/input.png","model": "dance","duration": "8s"}'| ์ฝ๋ | ์๋ฏธ |
|---|---|
200 | ์ฑ๊ณต |
50101 | API ํค ๋๋ฝ ๋๋ ์๋ชป๋ ํ์ |
50102 | API ํค ๋นํ์ฑํ๋จ |
50103 | API ํค ๋ง๋ฃ๋จ |
50104 | ์๋ ์ ํ ์ด๊ณผ |
50105 | ํฌ๋ ๋ง ์์ก ๋ถ์กฑ |
50106 | ์ด๋ฏธ์ง URL์ ๊ณต๊ฐ์ ์ผ๋ก ์ ๊ทผํ ์ ์๊ฑฐ๋ ์ ํจํ์ง ์์ |
50107 | OpenAPI parameter error |
50108 | Task not found or no permission to access it |
500 | ์๋ฒ ๋ด๋ถ ์ค๋ฅ |
PixaryAI๋ ์ฌ์ง, GIF ๋๋ ๋น๋์ค ๋ฑ ๋ชจ๋ ์๊ตฌ๋ฅผ ์ถฉ์กฑํ๋ ๋ฌด์ ํ AI ์ฝํ ์ธ ์์ฑ์ ์ ๊ณตํฉ๋๋ค.