get https://api.topview.ai/v1/common_task/image2video/result
Response
Field | Type | Description |
---|---|---|
code | String | The response code indicating status |
message | String | Message describing the response |
result | Object | Contains the result of the request |
result.taskId | String | Unique identifier for the task |
result.status | String | Status of the task |
result.videos | Array | List of videos generated |
result.videos[originVideo] | Object | Object containing details of the original video |
result.videos[originVideo.filePath] | String | URL of the original video |
result.videos[originVideo.width] | Integer | Width of the original video |
result.videos[originVideo.height] | Integer | Height of the original video |
result.costCredit | Float | Cost in credits for the task |