v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Set point of interest

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

post/v2/files/poi

Query parameters

filenamestring required

Request body

namestring

Name of the POI

xnumber

Relative X coordinate of the center of the POI

ynumber

Relative Y coordinate of the center of the POI

widthnumber

Relative width of the POI

heightnumber

Relative height of the POI

Example request

{
  "name": "BlueLake",
  "x": 0.5,
  "y": 0.5,
  "width": 0.5,
  "height": 0.5
}

Response

Successful