Use the Clipping Video API to create, read, update, and delete Clipping profiles via the API and authenticate a YouTube account.
Profiles
Endpoint | Description |
---|---|
Get Multiple Clipping Profiles GET /clipping-profiles | Retrieves a list of clipping profiles |
Get a Single Clipping Profile GET /clipping-profiles/{Clipping Profile ID} | Retrieves details of a specific clipping profile |
Delete Clipping Profile DELETE /clipping-profiles/{Clipping Profile ID} | Removes a specified clipping profile from the system |
Update Clipping Profile PATCH /clipping-profiles/Clipping Profile ID | Updates the configuration of an existing clipping profile |
Add Clipping Profile POST /clipping-profiles | Adds a new clipping profile with specified configurations |
The Clipping Video API uses our standard API authentication.
Base URL
Use the following base URL:
<https://services.uplynk.com/api/v4>