fbImg

API Documentation

Complete reference for integrating PixaryAI into your applications.

API Docs
POST/api/openapi/v1/pixary-1-5-i2v

Use Pixary 1.5-i2v to generate clothing-removal videos.

Authentication

Authorization: Bearer apk_xxxxxxxxxxxxxxxxxxxxxxxx

Usage Pricing

Pixary 1.5-i2v Image to Video
womanty supports 5s only; dance and touchbreast support 8s only.
4 credits/s

Request Parameters

ParameterRequiredValuesDescription
imageUrl-Image URL. Must be a publicly accessible image URL. Supports common image formats: JPEG, JPG, PNG, WEBP.
modelwomanty / dance / touchbreastPixary 1.5-i2v model type
duration5s / 8sVideo duration. When model is womanty, duration must be 5s; when model is dance or touchbreast, duration must be 8s.

Request Body

json
{
  "imageUrl": "https://example.com/input.png",
  "model": "dance",
  "duration": "8s"
}

Response

json
{
  "code": 200,
  "msg": "OK",
  "data": "1900000000000000001"
}

cURL

bash
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"}'

Error Codes

CodeMeaning
200Success
50101API key missing or invalid format
50102API key disabled
50103API key expired
50104Rate limit exceeded
50105Insufficient credit balance
50106Image URL not publicly accessible or invalid
50107OpenAPI parameter error
50108Task not found or no permission to access it
500Internal server error
AI Video
AI Image
Undress
New
Explore
Profile
PixaryAI API Documentation | Developer Portal