Query task results
Developing
Query video task results by request_id
Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Request Code Samples
curl --location 'https://api-xmodel.nexconn.ai/queue/fal-ai/vidu/requests/' \
--header 'Authorization: <api-key>'
Responses
application/json
{
"video": {
"url": "https://aitoken-video.qnaigc.com/root/qvideo-root-1770708425639493000/1.mp4?e=1771314526&token=IDB69r4gicDbMd9Fbmn9w2bWuEENg9i5_yasXqhp:fw2OIbh4wSMbl5UA1VxIf-y-kP0=",
"content_type": "video/mp4"
}
}
Modified at 2026-04-24 10:39:56