---
title: "Demo Detect"
method: POST
path: "/demo/detect"
tags: ["Demo"]
---

# Demo Detect

`POST /demo/detect`

## Request body

- DetectRequest
  - `image` string, required
  - `search` DetectRequestValues
    - `collection_id` string
    - `min_score` number
    - `search_mode` 'ACCURATE' | 'FAST'
  - `recaptcha_token` string, required

## Response `200`

Successful Response

- DetectResponse
  - `score` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/opencv/apis/api7-developer-portal.md) · [All operations](https://skmtc.dev/opencv/apis/api7-developer-portal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opencv/api7-developer-portal/revisions/a5d2ccf9376b/schema)
