---
title: "Image Text Detection"
method: POST
path: "/v1/api_hub/detect_text"
---

# Image Text Detection

`POST /v1/api_hub/detect_text`

## Request body

- object
  - `image_bin` string, binary
  - `image_b64` string, binary

## Response `200`

200

- object
  - `predictions` object[]
    - `text` string
    - `confidence` number
    - `bbox` array[]
      - integer[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/versions/a9dd2afd70a1/schema)
