cURL
curl --request POST \ --url https://api.supapost.so/projects \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "name": "<string>", "type": "<string>", "data": {}, "thumbnailUrl": "<string>", "status": "<string>" } '
{ "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-08T10:00:00Z" }
Create a new project or update an existing one
id
Bearer <supabase-jwt>
"slideshow"
"draft"