curl --location --request GET 'https://api.302.ai/pika/task/pika_xxxx/fetch' \
--header 'Authorization: Bearer '
{
"success": true,
"code": 0,
"error": "<string>",
"data": {
"status": "<string>",
"progress": 123,
"videoUrl": "<string>",
"duration": 123,
"params": {
"userId": "<string>",
"options": {
"aspectRatio": 1,
"frameRate": 24,
"cameraParameters": {
"zoom": "<any>",
"pan": "<any>",
"tilt": "<any>",
"rotate": "<any>"
},
"cameraMotionStrength": 123,
"guidanceScale": 123,
"negativePrompt": "",
"parameters": {
"seed": 42
}
},
"promptText": "<string>",
"ingredients": []
}
}
}