get https://api.topview.ai/v1/common_task/video2aiAvatar/query
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.errorMsg | String or null | Error message if any error occurred |
result.aiAvatar | Object | Object containing details of the AI avatar |
result.aiAvatar.aiavatarId | String | Unique identifier for the AI avatar |
result.aiAvatar.aiavatarName | String | Name of the AI avatar |
result.aiAvatar.gender | String or null | Gender of the AI avatar (if applicable) |
result.aiAvatar.coverUrl | String | URL of the cover image for the AI avatar |
result.aiAvatar.previewVideoUrl | String | URL of the preview video for the AI avatar |
result.aiAvatar.ethnicities | String or null | Ethnicities of the AI avatar (if applicable) |
result.aiAvatar.voiceoverIdDefault | String or null | Default voiceover ID for the AI avatar |
result.aiAvatar.faceSquareConfig | Object or null | Configuration for face square (if applicable) |