Query Task

Response

FieldTypeDescription
codeStringResponse code indicating the status of the request.
messageStringResponse message describing the result of the request.
resultObjectResponse result object containing task details.
result.taskIdStringTask ID used to uniquely identify the task.
result.statusStringStatus of the task indicating whether the operation was successful or failed.
result.errorMsgStringError message that contains specific error details if an error occurred.
result.exportVideosArrayArray of exported video objects containing details about the videos.
result.exportVideos[].scriptIdNumberScript ID associated with the exported video.
result.exportVideos[].statusStringStatus of the video export operation.
result.exportVideos[].titleStringTitle of the exported video.
result.exportVideos[].descriptionStringDescription of the exported video.
result.exportVideos[].videoUrlStringURL of the exported video file.
result.exportVideos[].coverUrlStringURL of the cover image for the video.
result.exportVideos[].videoDurationNumberDuration of the video in milliseconds.
result.exportVideos[].videoEtagStringETag for the video file, used for cache validation.
result.previewVideosArrayArray of preview video objects containing details about the preview videos.
result.previewVideos[].scriptIdNumberScript ID associated with the preview video.
result.previewVideos[].statusStringStatus of the preview video operation.
result.previewVideos[].titleStringTitle of the preview video.
result.previewVideos[].descriptionStringDescription of the preview video.
result.previewVideos[].videoUrlStringURL of the preview video file.
result.previewVideos[].coverUrlStringURL of the cover image for the preview video.
result.previewVideos[].videoDurationNumberDuration of the preview video in milliseconds.
result.previewVideos[].videoEtagStringETag for the preview video file, used for cache validation.
result.productNameStringName of the product associated with the videos.
result.productDescriptionStringDetailed description of the product's features and specifications.
result.videoSceneInfoListArrayArray of video scene information objects containing details about the scenes in the video.
result.videoSceneInfoList[].mediaIdStringMedia ID for the scene.
result.videoSceneInfoList[].seqNumberSequence number of the scene.
result.videoSceneInfoList[].mediaTypeStringType of media (video or image).
result.videoSceneInfoList[].sceneAnalyseDescStringDescription of the scene analysis.
result.videoSceneInfoList[].sceneFileNameStringFile name of the scene video.
result.videoSceneInfoList[].videoSceneCoverUrlStringURL of the cover image for the scene video.
result.videoSceneInfoList[].startNumberStart time of the scene in seconds.
result.videoSceneInfoList[].endNumberEnd time of the scene in seconds.
result.imageSceneInfoListArrayArray of image scene information objects containing details about the images.
result.imageSceneInfoList[].mediaIdStringMedia ID for the image scene.
result.imageSceneInfoList[].mediaTypeStringType of media (image).
result.imageSceneInfoList[].sceneAnalyseDescStringDescription of the scene analysis for the image.
result.imageSceneInfoList[].sceneFileNameStringFile name of the image scene.
result.imageSceneInfoList[].imageSceneUrlStringURL of the image scene.
result.scriptContentListArrayArray of script content objects containing details about the script segments.
result.scriptContentList[].scriptIdNumberID of the script.
result.scriptContentList[].scriptContentsArrayArray of script content segments.
result.scriptContentList[].scriptContents[].segIdNumberSegment ID of the script content.
result.scriptContentList[].scriptContents[].segTextStringText of the script segment.
Language
Click Try It! to start a request and see the response here!