Get all clips of a live stream
Authentication
Path parameters
Query parameters
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
Retrieves a list of all media clips generated from a specific livestream. Each media entry includes metadata such as the clip media IDs, and other relevant details. A media clip is a segmented portion of an original media file (source live stream). Clips are often created for various purposes such as previews, highlights, or customized edits.
Provide the livestreamId as a parameter when calling this endpoint.
The API returns a paginated list of media clips created from the specified livestream.
Pagination helps maintain performance and usability when handling large sets of media files, making it easier to organize and manage content in bulk.
Suppose you’re hosting a live gaming event and want to showcase key moments from the stream — such as top plays or final match highlights. You can use this endpoint to fetch all clips generated from that livestream, display them in your dashboard, or use them for post-event editing and sharing.
Related guide: Instant live clipping
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request.
Activate your FastPix account to generate your API credentials. See the guide here