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コンテンツ生成を提供します。