POST
/
spaces
/
create
curl --request POST \
  --url https://api.supermemory.ai/v1/spaces/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "spaceName": "<string>",
  "isPublic": true
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
spaceName
string
Required string length: 1 - 100
isPublic
boolean