Generate (PixVerse)
POST
https://api.pixapi.pro/api/generate
Last modified:2025-01-15 03:22:46
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pixapi.pro/api/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"ai": "pv3",
"accountId": 11377,
"rotationGroupId": null,
"imageOrVideoUrl": "https://expertphotography.b-cdn.net/wp-content/uploads/2019/04/female-face-girl-posing-outdoors-in-natural-light.jpg",
"promptText": "Transform into a [BLACK] Venom",
"duration": 5,
"removeWatermark": 1,
"aspectRatio": "16:9",
"quality": "540p",
"motionMode": "normal",
"templateId": 303624537709312,
"templateName": "We Are Venom!",
"webhookUrl": "https://example.com/api/result"
}'
Response Response Example
{
"error": false,
"message": null,
"data": {
"jobId": "5595e403-56c6-425a-a728-4973b4552f9a",
"jobStatus": "new",
"payload": {
"ai": "pv3",
"accountId": 11377,
"rotationGroupId": null,
"imageOrVideoUrl": "media/CbQQg81MpZwmE7t-beautiful-asian-girl-wearing-over-size-hoodie-in-casual-style-ai-generative-photo.jpg",
"promptText": "Transform into a [BLACK] Venom",
"duration": 5,
"removeWatermark": 1,
"aspectRatio": "16:9",
"quality": "540p",
"motionMode": "normal",
"templateId": 303624537709312,
"webhookUrl": "https://example.com/api/result"
},
"generationError": null,
"resultError": null,
"generationResponse": {
"pixVerseVideoId": "312755066026560"
},
"resultResponse": []
}
}
Request
Body Params application/json
Responses
Modified at 2025-01-15 03:22:46