Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.supapost.so/projects/{id}
{ "id": "uuid-1234", "team_id": "team-uuid", "name": "Morning Routine Carousel", "type": "slideshow", "data": { }, "thumbnail_url": "https://cdn.supapost.so/assets/team/thumb.jpg", "status": "draft", "created_by": "user-uuid", "created_at": "2026-04-01T12:00:00Z", "updated_at": "2026-04-07T15:30:00Z" }
Get a single project by ID
Bearer <supabase-jwt>