Upload images
POST {{baseUrl}}/v2/cv/images
This endpoint uploads an image for reverse image or video search. Images must be in JPEG or PNG format. To get the search results, pass the upload ID that this endpoint returns to the GET /v2/cv/similar/images or GET /v2/cv/similar/videos endpoints. Contact us for access to this endpoint.
Request Body
{"base64_image"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: Created
{"upload_id":"Udb14e1c3540bdbf82b4b3fe12d3a44f2"}