---
title: "Class-Based Object Tagging"
method: POST
path: "/v1/api_hub/gdino"
---

# Class-Based Object Tagging

`POST /v1/api_hub/gdino`

## Request body

- object
  - `image_b64` string
  - `image_bin` string
  - `classes` string — Ex: footwear,bag
  - `box_threshold` number, float
  - `text_threshold` number, float, required

## Response `200`

200

- object
  - `md5` string
  - `results` object[]
    - `bbox` number[]
    - `conf` number
    - `class_id` integer
    - `class_name` 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/revisions/a9dd2afd70a1/schema)
