cURL
curl --request GET \ --url https://api.waytoapi.com/apidoc/collect/ai/sora/video/result \ --header 'aiKey: <aikey>'
{ "code": 123, "info": "<string>", "result": { "taskId": "<string>", "status": 123, "message": "<string>", "videoUrl": "<string>", "addTime": "<string>", "endTime": "<string>" }, "success": true, "failure": true }
get task result by taskCode
OK
Show child attributes