cURL
curl --request GET \ --url https://api.supapost.so/assets
{ "object": "list", "data": [ { "id": "asset-uuid", "name": "photo.jpg", "url": "https://cdn.supapost.so/assets/team/photo.jpg", "content_type": "image/jpeg", "size_bytes": 245000, "width": 1080, "height": 1920, "source": "upload", "metadata": null, "created_at": "2026-04-07T12:00:00Z" } ], "has_more": true, "url": "/assets" }
List assets for the authenticated team with Stripe-style pagination
Bearer <supabase-jwt>
"upload"
"ai_generated"
"export"
100