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| Parámetro | Requerido | Valores | Descripción |
|---|---|---|---|
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"}'| Código | Significado |
|---|---|
200 | Éxito |
50101 | Clave API faltante o formato inválido |
50102 | Clave API desactivada |
50103 | Clave API expirada |
50104 | Límite de tasa excedido |
50105 | Saldo de créditos insuficiente |
50106 | URL de imagen no accesible públicamente o inválida |
50107 | Error de parametros de OpenAPI |
50108 | Tarea no encontrada o sin permiso |
500 | Error interno del servidor |
PixaryAI ofrece creación ilimitada de contenido con IA para satisfacer todas tus necesidades, ya sea de fotos, GIFs o videos.