get https://api.topview.ai/v1/common_task/remove_background/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.bgRemovedImagePath | String | URL of the background removed image |
result.bgRemovedImageWidth | Integer | Width of the background removed image |
result.bgRemovedImageHeight | Integer | Height of the background removed image |
result.maskImagePath | String | URL of the mask image |
result.maskImageWidth | Integer | Width of the mask image |
result.maskImageHeight | Integer | Height of the mask image |