Generate (PikaArt 1.0)
POST
https://api.pixapi.pro/api/generate
Last modified:2024-12-23 06:17:49
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": "pika1.0",
"accountId": null,
"rotationGroupId": 1,
"styleId": null,
"promptText": "3D render",
"imageOrVideoUrl": "https://img.freepik.com/premium-photo/natural-beauty-portrait-woman-autumn-forest_1351942-2475.jpg",
"sfx": true,
"options": {
"aspectRatio": "16:9",
"frameRate": 24,
"camera": {
"pan": "right",
"tilt": "up",
"rotate": "cw",
"zoom": "in"
},
"parameters": {
"guidanceScale": 12,
"motion": 1,
"negativePrompt": "",
"seed": null
},
"extend": false
},
"webhookUrl": "https://example.com/api/result"
}'
Response Response Example
{
"error": false,
"message": null,
"data": {
"jobId": "26e923fd-f302-487c-81fd-163466244b1a",
"jobStatus": "new",
"payload": {
"ai": "pika1.0",
"accountId": 11374,
"rotationGroupId": null,
"styleId": null,
"promptText": "3D render",
"imageOrVideoUrl": "media/ekCupWyvIETGahW-natural-beauty-portrait-woman-autumn-forest_1351942-2475.jpg",
"sfx": true,
"options": {
"aspectRatio": "16:9",
"frameRate": 24,
"camera": {
"pan": "right",
"tilt": "up",
"rotate": "cw",
"zoom": "in"
},
"parameters": {
"guidanceScale": 12,
"motion": 1,
"negativePrompt": null,
"seed": null
},
"extend": false
},
"webhookUrl": "https://example.com/api/result"
},
"generationError": null,
"resultError": null,
"generationResponse": {
"id": "cb5e6213-5395-4529-98da-6c557ece9279",
"generation": {
"id": "cb5e6213-5395-4529-98da-6c557ece9279",
"promptText": "3D render",
"params": {
"options": {
"aspectRatio": null,
"frameRate": 24,
"camera": {
"zoom": null,
"pan": null,
"tilt": null,
"rotate": null
},
"parameters": {
"motion": 1,
"guidanceScale": 12,
"negativePrompt": "",
"seed": null
},
"extend": false
},
"userId": "381e8dbc-4893-4bff-9a12-c7bbe573d912",
"promptText": "3D render",
"sfx": false,
"styleId": null,
"model": "1.0"
},
"adjusted": false,
"upscaled": false,
"extended": 0,
"hasSfx": false,
"lipSynced": false,
"videos": [
{
"id": "cb5e6213-5395-4529-98da-6c557ece9279",
"status": "queued"
}
]
}
},
"resultResponse": []
}
}
Request
Body Params application/json
Responses
Modified at 2024-12-23 06:17:49