Released: 2026-01-19 Updated: 2026-01-15T15:07:52
Summary: Introduces new APIs to list account-level clips and download individual clips. Adds a next_page_token request field to the Clips list API to support pagination.
Added
- New Clips API:
GET /v2/accounts/{accountId}/clips
- New Download API:
GET /v2/clips/{clipId}/download
Enhancements
- New
next_page_tokenrequest field in the following Clips API:GET /v2/clips