cURL
curl --request GET \ --url https://backend.clipvision.ai/api/user/media-profiles/ \ --header 'Authorization: Basic <encoded-value>'
[ { "media_profile_id": 1, "disabled": false, "profile_name": "New Media Profile", "watermark_path": null, "watermark_position": null, "end_clip_path": null, "preview_url": null } ]
This API endpoint allows a user to retrieve all their media profiles.
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 retrieved the user media profiles
Overlay Coordinate OpenAPI Schema
Show child attributes