List products
List products
Returns a paginated list of products detected across all analyses. Filter by brand, category, analysis, or place.
GET
List products
Authorizations
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
Query Parameters
Filter by brand name (case-insensitive exact match).
Example:
"Coca-Cola"
Filter by product category.
Example:
"Beverages"
Filter by a specific analysis ID.
Example:
"an_g7h8j9k0"
Filter by place ID.
Example:
"pl_abc123"
Opaque pagination cursor returned in the previous response.
Maximum number of items to return (default 25, max 100).
Required range:
1 <= x <= 100