Saki Docs
Space

Create a space

Creates a new space for the authenticated user.

Base URLhttps://app.usesaki.com/api
post/spaces

Create a space

Creates a new space for the authenticated user.

AuthorizationBearer <token>

Request Bodyrequired

application/json
namerequiredstring

Response

curl -X POST "https://app.usesaki.com/api/spaces" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string"
}'
Response
{}