---
title: "Object Tagging"
method: POST
path: "/v1/api_hub/yolon"
---

# Object Tagging

`POST /v1/api_hub/yolon`

## Request body

- object
  - `image_b64` string, binary
  - `conf` number, float — confidence ex. 0.4

## Response `200`

200

- object
  - `md5` string
  - `auto_tag` object[]
    - `bboxes_xyxy` number[]
    - `labels` integer
    - `confidence` number
    - `classes` string
    - `sha_id` string

## 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)
