---
title: "Detect Circles"
method: POST
path: "/images/detect-circles"
tags: ["images"]
---

# Detect Circles

`POST /images/detect-circles`

Detect green circles in an image and return the annotated image with circle data.

The circle coordinates are returned in the X-Circle-Data header as JSON.

Args:
    image: The image file to process
    
Returns:
    The annotated image with circles marked and numbered

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
