Detect brand
POST/ai/detectbrand
Detect brand from given image.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
imageUrlstringrequired
Image for brand detection.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
brandsstring[]required
{
"brands": [
"string"
]
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}