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| Parameter | Required | Values | Description |
|---|---|---|---|
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"}'| Code | Meaning |
|---|---|
200 | Success |
50101 | API key missing or invalid format |
50102 | API key disabled |
50103 | API key expired |
50104 | Rate limit exceeded |
50105 | Insufficient credit balance |
50106 | Image URL not publicly accessible or invalid |
50107 | OpenAPI parameter error |
50108 | Task not found or no permission to access it |
500 | Internal server error |
PixaryAI offers unlimited AI content creation to meet all your needs, whether for photos, GIFs or videos.