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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;upload_id&quot;:&quot;Udb14e1c3540bdbf82b4b3fe12d3a44f2&quot;}