Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.toiotech.com/v1/video/generations/378876440903171' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"code": "success",
"message": "",
"data": {
"error": null,
"format": "mp4",
"metadata": null,
"status": "processing",
"task_id": "9712c5c7-4409-4d67-9c3f-46b8467e06a3",
"url": ""
}
}
Modified at 2026-03-06 11:00:19