---
title: "Set point of interest"
method: POST
path: "/v2/files/poi"
tags: ["v2"]
---

# Set point of interest

`POST /v2/files/poi`

Use this API method to set coordinates of the POI (point of interest) on the image.

## Query parameters

- `filename` string, required

## Request body

- Model35
  - `name` string — Name of the POI
  - `x` number — Relative X coordinate of the center of the POI
  - `y` number — Relative Y coordinate of the center of the POI
  - `width` number — Relative width of the POI
  - `height` number — Relative height of the POI

## Response `default`

Successful

---

[API](https://skmtc.dev/sirv/apis/api-documentation.md) · [All operations](https://skmtc.dev/sirv/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sirv/api-documentation/revisions/80ff016d7d3a/schema)
