v4
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.
| Endpoint | Description |
|---|---|
| Get Multiple Clipping Profile Metadata GET /clipping-profiles/Clipping Profile ID/metadata | Retrieves a list of metadata entries for a specific Clipping Profile |
| Get a Single Clipping Profile GET /clipping-profiles/Clipping Profile ID/metadata/Metadata ID | Retrieves a specific metadata entry for a Clipping Profile |
| Delete Clipping Profile Metadata DELETE /clipping-profiles/Clipping Profile ID/metadata/Metadata ID | Removes a specific metadata entry from a Clipping Profile |
| Update Clipping Profile Metadata PATCH /clipping-profiles/Clipping Profile ID/metadata/Metadata ID | Adds a new metadata entry to a Clipping Profile |
| Add Clipping Profile Metadata POST /clipping-profiles/Clipping Profile ID/metadata | Updates 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>