Skip to main content
GET
List Assets

Overview

Get a list of all assets you’ve uploaded to Babou. Supports pagination and filtering by content type and state.

Request

Headers

string
required
Bearer token with your API key: Bearer sk-bab-your-api-key

Query Parameters

number
default:"20"
Number of assets to return per page (max: 100)
number
default:"0"
Number of assets to skip for pagination
string
Filter by MIME type (e.g., image/png, video/mp4)
string
Filter by state: uploading, ready, or failed

Response

array
Array of asset objects
object
Pagination metadata

Examples

Response Example

Pagination

To iterate through all assets, use the offset parameter:

Filtering Examples

Next Steps

Upload Asset

Upload a new asset

Get Asset

Retrieve specific asset details

Asset Management Guide

Learn how to use assets in your videos