Skip to content

Export floor as PNG / SVG

POST /floor/{floorId}/2d-image

It is possible to fetch the floorplan as png or svg image with a high level of customization.

Request

Path Parameters

floorId
string<uuid>

Body

format
string ;values: svg |png |jpg

fpeOptions
object

imageOptions
object

quality
integer
Quality of the PNG or JPEG encoding.

density
integer
The DPI of the vector image when the output is PNG or JPEG. Larger number will result in larger image size. Default: 72

Responses

200

OK

imageUrl
string

latLngBounds
array [array ]