{
"requestId": ""
}
curl --location --request POST 'https://api.302.ai/siliconflow/v1/video/status' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": ""
}'
{
"status": "Succeed",
"position": 123,
"reason": "<string>",
"results": {
"videos": [
{
"url": "<string>"
}
],
"timings": {
"inference": 123
},
"seed": 123
}
}