{
"duration": 5,
"prompt": "A majestic snow leopard walks on the summit of a Himalayan peak, its fur fluttering in the harsh wind. The background features rolling snow-capped mountains and a golden sunrise. Drone long shot, photorealistic style, masterpiece, 8K UHD, cinematic lighting.",
"size": "1280*720"
}curl --location --request POST 'https://api.302.ai/ws/api/v3/pika/v2.0-turbo-t2v' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"duration": 5,
"prompt": "A majestic snow leopard walks on the summit of a Himalayan peak, its fur fluttering in the harsh wind. The background features rolling snow-capped mountains and a golden sunrise. Drone long shot, photorealistic style, masterpiece, 8K UHD, cinematic lighting.",
"size": "1280*720"
}'{
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"model": {
"type": "string"
},
"outputs": {
"type": "array",
"items": {
"type": "string"
}
},
"urls": {
"type": "object",
"properties": {
"get": {
"type": "string"
}
},
"required": [
"get"
],
"x-apifox-orders": [
"get"
]
},
"has_nsfw_contents": {
"type": "array",
"items": {
"type": "string"
}
},
"status": {
"type": "string"
},
"created_at": {
"type": "string"
},
"error": {
"type": "string"
},
"executionTime": {
"type": "integer"
},
"timings": {
"type": "object",
"properties": {
"inference": {
"type": "integer"
}
},
"required": [
"inference"
],
"x-apifox-orders": [
"inference"
]
}
},
"required": [
"id",
"model",
"outputs",
"urls",
"has_nsfw_contents",
"status",
"created_at",
"error",
"executionTime",
"timings"
],
"x-apifox-orders": [
"id",
"model",
"outputs",
"urls",
"has_nsfw_contents",
"status",
"created_at",
"error",
"executionTime",
"timings"
]
}
},
"required": [
"code",
"message",
"data"
],
"x-apifox-orders": [
"code",
"message",
"data"
]
}