Skip to main content
GET
/
api
/
user
/
media-profiles
/
Get User Media Profiles API Endpoint
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
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

media_profile_name
string
Minimum length: 1

Response

Successfully retrieved the user media profiles

media_profile_id
integer
disabled
boolean
profile_name
string
watermark_path
string
watermark_position
object

Overlay Coordinate OpenAPI Schema

end_clip_path
string
preview_url
string