Request
Example:Bearer {{YOUR_API_KEY}}
Request samples
curl --location --request GET 'https://api.302.ai/302/submit/skyreels-i2v?request_id' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json'
Responses
application/json {
"video": {
"url": "https://file.302ai.cn/gpt/imgs/20250116/a72f6c8998d74ecca61a0d47707344a4.mp4",
"content_type": "application/octet-stream",
"file_size": 464115
},
"seed": 0,
"status": "COMPLETED",
"request_id": "e32eafce-5682-4b6d-b184-60f1f3846fee"
}
Modified at 2025-02-24 02:38:41