get https://api.topview.ai/v1/m2v/task/query
Response
Field | Type | Description |
---|---|---|
code | String | Response code indicating the status of the request. |
message | String | Response message describing the result of the request. |
result | Object | Response result object containing task details. |
result.taskId | String | Task ID used to uniquely identify the task. |
result.status | String | Status of the task indicating whether the operation was successful or failed. |
result.errorMsg | String | Error message that contains specific error details if an error occurred. |
result.exportVideos | Array | Array of exported video objects containing details about the videos. |
result.exportVideos[].scriptId | Number | Script ID associated with the exported video. |
result.exportVideos[].status | String | Status of the video export operation. |
result.exportVideos[].title | String | Title of the exported video. |
result.exportVideos[].description | String | Description of the exported video. |
result.exportVideos[].videoUrl | String | URL of the exported video file. |
result.exportVideos[].coverUrl | String | URL of the cover image for the video. |
result.exportVideos[].videoDuration | Number | Duration of the video in milliseconds. |
result.exportVideos[].videoEtag | String | ETag for the video file, used for cache validation. |
result.previewVideos | Array | Array of preview video objects containing details about the preview videos. |
result.previewVideos[].scriptId | Number | Script ID associated with the preview video. |
result.previewVideos[].status | String | Status of the preview video operation. |
result.previewVideos[].title | String | Title of the preview video. |
result.previewVideos[].description | String | Description of the preview video. |
result.previewVideos[].videoUrl | String | URL of the preview video file. |
result.previewVideos[].coverUrl | String | URL of the cover image for the preview video. |
result.previewVideos[].videoDuration | Number | Duration of the preview video in milliseconds. |
result.previewVideos[].videoEtag | String | ETag for the preview video file, used for cache validation. |
result.productName | String | Name of the product associated with the videos. |
result.productDescription | String | Detailed description of the product's features and specifications. |
result.videoSceneInfoList | Array | Array of video scene information objects containing details about the scenes in the video. |
result.videoSceneInfoList[].mediaId | String | Media ID for the scene. |
result.videoSceneInfoList[].seq | Number | Sequence number of the scene. |
result.videoSceneInfoList[].mediaType | String | Type of media (video or image). |
result.videoSceneInfoList[].sceneAnalyseDesc | String | Description of the scene analysis. |
result.videoSceneInfoList[].sceneFileName | String | File name of the scene video. |
result.videoSceneInfoList[].videoSceneCoverUrl | String | URL of the cover image for the scene video. |
result.videoSceneInfoList[].start | Number | Start time of the scene in seconds. |
result.videoSceneInfoList[].end | Number | End time of the scene in seconds. |
result.imageSceneInfoList | Array | Array of image scene information objects containing details about the images. |
result.imageSceneInfoList[].mediaId | String | Media ID for the image scene. |
result.imageSceneInfoList[].mediaType | String | Type of media (image). |
result.imageSceneInfoList[].sceneAnalyseDesc | String | Description of the scene analysis for the image. |
result.imageSceneInfoList[].sceneFileName | String | File name of the image scene. |
result.imageSceneInfoList[].imageSceneUrl | String | URL of the image scene. |
result.scriptContentList | Array | Array of script content objects containing details about the script segments. |
result.scriptContentList[].scriptId | Number | ID of the script. |
result.scriptContentList[].scriptContents | Array | Array of script content segments. |
result.scriptContentList[].scriptContents[].segId | Number | Segment ID of the script content. |
result.scriptContentList[].scriptContents[].segText | String | Text of the script segment. |