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| Parametro | Obbligatorio | Valori | Descrizione |
|---|---|---|---|
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"}'| Codice | Significato |
|---|---|
200 | Successo |
50101 | Chiave API mancante o formato non valido |
50102 | Chiave API disabilitata |
50103 | Chiave API scaduta |
50104 | Limite di frequenza superato |
50105 | Saldo crediti insufficiente |
50106 | URL immagine non accessibile pubblicamente o non valido |
50107 | Errore parametri OpenAPI |
50108 | Task non trovato o accesso non autorizzato |
500 | Errore interno del server |
PixaryAI offre creazione illimitata di contenuti IA per soddisfare tutte le tue esigenze, che si tratti di foto, GIF o video.