Skip to main content

Space

POST

https://domain/api/cm/v1/mobile-images/fm/spaces

Request Model

NameDescriptionRequiredType
HostIdRequiredstring
FilesNormalarray
FilesPanoarray
Files360array

Response

CodeDescription
200
Success.
401
Unauthorized.
404
Not Found.
500
Error From Server.

Response Model

NameDescriptionType
Resultarray

Example Usage

function helloWorld() {
console.log("Hello, world!");
}

Example Success Response

[
{
"id": 133024,
"name": "Mumbai"
},
...
]

Example Error Response

{
"error'": "Unauthorized. You shouldn't be here."
}