Use these to perform the following tasks:
Draft Clips
Retrieve and manage drafts of video clips.
Endpoint | Description |
---|---|
Create Draft Clip POST /clipping_draft | Creates a draft of a video clip. |
Delete Draft Clip DELETE /clipping_draft/Draft Clip ID | Deletes a draft of a video clip. |
Get All Draft Clips GET /clipping_draft | Retrieves a list of all drafts of video clips. |
Get Draft Clip GET /clipping_draft/Draft Clip ID | Retrieves a specific draft of a video clip. |
Video Clips
Retrieve video clip information.
Endpoint | Description |
---|---|
Get Multiple Clips GET /clip/draft_info GET /clip/draft_info?draft_id=Draft Clip ID | Retrieves up to 1,000 of the latest video clips generated from draft clips. You may filter the response to only include the clip created from a specific draft clip. |
Get Clip GET /clip/draft_info/Clip ID | Retrieves a specific video clip. |
Base URL
Use the following base URL:
<https://services.uplynk.com/api/v4>