cURL
curl --request PUT \ --url https://backend.clipvision.ai/api/overlay-coordinate/edit/ \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "coordinate_id": 123, "overlay_visualizer": "<string>", "x": "<string>", "y": "<string>", "x_offset": "<string>", "y_offset": "<string>" } '
{ "coordinate_id": 1, "overlay_visualizer": "Bottom Right", "x": "main_w-overlay_w", "y": "main_h-overlay_h" }
This API endpoint allows a user to edit 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
1
Successfully edited the overlay coordinate
Overlay Coordinate OpenAPI Schema