POST
/api/v1/jobs/{id}/image-searchSearch images by upload
Uploads a reference image and returns perceptual-hash matches within a completed job result.
POST
https://imageextract.com/api/v1/jobs/{id}/image-searchAuth
Project API key or signed-in browser session
Path parameters
id
uuid
Job id.
Example:
f5ffd46b-9823-4885-89fc-db1dc80b6e17Request body
multipart/form-dataUpload one image in the `image` form field.
{
"image": "<binary image>"
}