Request
Body Params application/json
{
"productImage": [
"https://cdn.urbantreasure.com/uploads/994e3428-e031-7069-f6a4-05fd02f1b59f/compressed/a40c27c5-c86b-4598-8b85-2d42a477992a.jpg"
],
"resetInstructions": false,
"user_type": "trial_user"
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/product-analysis/recognize-product' \
--header 'Authorization: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"productImage": [
"https://cdn.urbantreasure.com/uploads/994e3428-e031-7069-f6a4-05fd02f1b59f/compressed/a40c27c5-c86b-4598-8b85-2d42a477992a.jpg"
],
"resetInstructions": false,
"user_type": "trial_user"
}'
Responses
application/json Modified at 2025-08-13 12:27:55