API
Image Recognition API
Recognition error
Create a recognition error message. The method supports the transmission of error-proof images. Images must be pre-loaded into the system via /uploads or /uploads_by_url
POST /recognition_error
POST
Request
Body Parameters
sku_gid
String
required
SKU ID with the error.
scene
String
required
Uuid, the ID of the scene where the SKU with the error is located.
message
String
optional
Description of the error.
images
String
optional
A list of photo IDs to process. Images are used to confirm recognition errors.
Photos must be pre-uploaded via /uploads or /uploads_by_url.
Response parameters
recognition_error_id string (unique ID)
Request ID.