- Documentation
- Activation
- Activation Process
- Activate information import/export
- View Device Activation InformationGET
- Common interfaces
- Recognition
- learning export & import
- camera
- goods
- Product Image Matching
Screen cropping config
GET
/config/image-crop
Request
None
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 GET 'http://localhost:17339/config/image-crop'
Responses
🟢200success
application/json
Body
points
array [object {2}]
required
x
number | integer
required
y
number | integer
required
errorCode
integer
required
Example
{
"points": [
{
"x": 0.10000000149011612,
"y": 0.30000001192092896
},
{
"x": 1,
"y": 0
},
{
"x": 1,
"y": 1
},
{
"x": 0,
"y": 1
}
],
"errorCode": 0
}
🟢200error