Space
Create a space
Creates a new space for the authenticated user.
Base URL
https://app.usesaki.com/apipost
/spacesCreate a space
Creates a new space for the authenticated user.
Authorization
Bearer <token>Request Bodyrequired
application/jsonnamerequiredstringResponse
curl -X POST "https://app.usesaki.com/api/spaces" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "string"
}'Response
{}