Skip to content

POST Create new space

Creates a new space from a template or prebuilt definition Required scopes: space:write

POSThttps://api.rooom.com/spaces/create
Try it out
space:write

Body required

multipart/form-data
NameTypeDescription
name
Example: Conference Room Alpha
stringSpace name
roomdefid
Example: 507f1f77bcf86cd799439011
stringSpace template identifier
prebuilt
Example: 507f1f77bcf86cd799439012
stringPrebuilt space definition identifier

Responses

201Space successfully created
401Authentication required - Invalid or missing token
500Internal server error
POST /spaces/create Create new space Creates a new space from a template or prebuilt definition Required scopes: space:write name Space name roomdefid Space template identifier prebuilt Prebuilt space definition identifier