---
title: "Process Image"
method: POST
path: "/v1/image/detections"
tags: ["images"]
---

# Process Image

`POST /v1/image/detections`

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

## Request body

- StreemApiRunImageDetectorRequest
  - `image` StreemApiRunImageDetectorRequestImageSource
    - `image_bytes` string
    - `url` string
  - `callback_url` string

## Response `200`

Image detection was successful.

- StreemApiRunImageDetectorResponse
  - `detections` StreemApiDetectionResult[]
    - `model_no` StreemApiModelNo
      - `value` string
      - `confidence` number, float
    - `serial_no` StreemApiSerialNo
      - `value` string
      - `confidence` number, float

## Other responses

- `204` — Starting image detection, will post results to provided callback url.
- `400` — Callback url passed was invalid.

---

[API](https://skmtc.net/streem/apis/streem-api.md) · [All operations](https://skmtc.net/streem/apis/streem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streem/streem-api/versions/04250faebd19/schema)
