images

Process Image

Run OCR on provided image and return results without persisting them to the database

post/v1/image/detections

Request body

callback_urlstring

Example request

{
  "image": {
    "image_bytes": "ZXhhbXBsZQ=="
  }
}

Response

Image detection was successful.

Changes