cURL
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" }
This API endpoint allows a user to retrieve an existing overlay coordinate.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully retrieved the overlay coordinate
Overlay Coordinate OpenAPI Schema