Metadata

This section allows you to add, retrieve, update, and delete metadata for your clipping profiles. Metadata consists of key-value pairs that provide additional context or information about your clips, enhancing their usability and integration capabilities.

EndpointDescription
Get Multiple Clipping Profile Metadata GET /clipping-profiles/Clipping Profile ID/metadataRetrieves a list of metadata entries for a specific Clipping Profile
Get a Single Clipping Profile GET /clipping-profiles/Clipping Profile ID/metadata/Metadata IDRetrieves a specific metadata entry for a Clipping Profile
Delete Clipping Profile Metadata DELETE /clipping-profiles/Clipping Profile ID/metadata/Metadata IDRemoves a specific metadata entry from a Clipping Profile
Update Clipping Profile Metadata PATCH /clipping-profiles/Clipping Profile ID/metadata/Metadata IDAdds a new metadata entry to a Clipping Profile
Add Clipping Profile Metadata POST /clipping-profiles/Clipping Profile ID/metadataUpdates an existing metadata entry for a Clipping Profile

The Clipping Video API uses our standard API authentication.

Base URL

Use the following base URL:

<https://services.uplynk.com/api/v4>