List Assets
Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Optional namespace for data isolation. Example: 'netflix_prod' or 'spotify_recs_dev'. To create a namespace, use the /namespaces endpoint.
Query Parameters
Body
List of Collection IDs to search within, required
Used for filtering across all indexes
Grouping options for search results
List of fields to sort by, with direction (asc or desc). Supports dot notation for nested fields.
List of fields to return in results, supports dot notation. If None, all fields are returned.
Return the presigned URL for the asset and preview asset, this will introduce additional latency
Response
The response is of type object
.
Was this page helpful?