Changelog: Clips - New Clips APIs and pagination support

Released: 2026-01-19 Updated: 2026-01-15T15:07:52

Visit Changelog

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_token request field in the following Clips API:
    • GET /v2/clips