v1

latestOpenAPI 3.0.02026-07-1316025.3 KB
Space

Create a new Space

post/api/v1/createSpace

Request body

namestring

The name of the space

isPublicboolean

Whether the space is public

imgstring

Image URL for the space

Example request

{
  "name": "My wonderful space",
  "isPublic": true,
  "img": "https://firebasestorage.googleapis.com/v0/b/focushero-1650416072840.appspot.com/o/FCMImages%2Fdefault_spacey.webp?alt=media&token=e37eecbd-6b99-430c-b073-b57622ef8440"
}

Response

Space created successfully

idstring

The ID of the created space

shareable_linkstring

Shareable link if the space is public

online_editorstring

Link to the online editor for the space

All 16 operations