CATA-SDK-EN
  1. Product Image Matching
CATA-SDK-EN
  • Documentation
    • AI Recognition Precautions
    • Quick Start
    • SDK Error Code
    • AI Sequence Diagram
    • Screen Cropping
    • API Documentation (C language)
  • Activation
    • Activation Process
      • Step 1: Activate the device
      • Step 2: Download device configuration
      • Step 3: Download device model
    • Activate information import/export
      • Export activation data
      • Import activation data
    • View Device Activation Information
      GET
  • Common interfaces
    • Retrieve camera images
      GET
    • Retrieve status
      GET
    • retrieve logs
      GET
    • retrieve config
      GET
  • Recognition
    • Screen cropping
      • Screen cropping
      • Screen cropping config
    • Recognition
      GET
    • feedback
      POST
    • learning forgetting
      POST
    • clear learning data
      POST
    • save learning
      POST
  • learning export & import
    • export
      GET
    • import
      POST
  • camera
    • Obtain the installed camera
    • Set up the camera
  • goods
    • import product data
  • Product Image Matching
    • Download image
      POST
    • Match image
      GET
    • Edit image
      POST
  1. Product Image Matching

Edit image

POST
/match-images

Request

Query Params
name
string 
required
Example:
苹果
Body Params multipart/form-data
image
string 
required
Example:
["C:\\Users\\chenzibo.CZLTEK\\Downloads\\kvIavLu-tR06QSGBmZ9RRl3jC0Hdk-Nax0CwidN6G88.jpg"]

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/match-images?name=苹果' \
--form 'image="[\"C:\\\\Users\\\\chenzibo.CZLTEK\\\\Downloads\\\\kvIavLu-tR06QSGBmZ9RRl3jC0Hdk-Nax0CwidN6G88.jpg\"]"'

Responses

🟢200success
application/json
Body
object {0}
Example
{}
🟢200error
Modified at 2024-03-15 09:25:54
Previous
Match image
Built with