Spaces
Create a new Space
POST
/
api
/
v1
/
createSpace
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
The name of the space
isPublic
boolean
Whether the space is public
img
string
Image URL for the space
Response
201 - application/json
id
string
The ID of the created space
shareable_link
string
Shareable link if the space is public
online_editor
string
Link to the online editor for the space
space
object