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 | init/running/success/fail |
| result.errorMsg | String | |
| result.costCredit | Integer | Cost in credits for the operation |
| result.bgRemovedImageFileId | String | Unique identifier for the background removed image |
| 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.maskImageFileId | String | Unique identifier for the mask 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 |