Request
The taskId returned by the submit task
Whether to return a CloudFront URL: true - returns the CloudFront URL; false - will return the S3 URL
Request samples
curl --location --request GET 'https://api.topview.ai/v1/common_task/image2video/result?taskId=&needCloudFrontUrl' \
--header 'Authorization;' \
--header 'Topview-Uid;'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"videos": [
{
"originVideo": {
"filePath": "string",
"width": 0,
"height": 0
}
}
]
}
}
Modified at 2025-06-14 02:57:22