Skip to main content
GET
/
api
/
overlay-coordinate
/
Get Overlay Coordinate API Endpoint
curl --request GET \
  --url https://backend.clipvision.ai/api/overlay-coordinate/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "coordinate_id": 1,
  "overlay_visualizer": "Bottom Right",
  "x": "main_w-overlay_w",
  "y": "main_h-overlay_h"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successfully retrieved the overlay coordinate

Overlay Coordinate OpenAPI Schema

coordinate_id
integer
overlay_visualizer
string
x
string
y
string