- Documentation
- Activation
- Activation Process
- Activate information import/export
- View Device Activation InformationGET
- Common interfaces
- Recognition
- learning export & import
- camera
- goods
- Product Image Matching
feedback
POST
/prediction-feedback-simple
Request
Body Params application/json
sku
string
required
name
string
required
backpropagation
boolean
required
Example
{
"sku": "123456",
"name": "apple",
"backpropagation": true
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:17339/prediction-feedback-simple' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "123456",
"name": "apple",
"backpropagation": true
}'
Responses
🟢204success
application/json
Body
object {0}
Example
Return a 204 status code upon success.
🟢200error