Appearance
Export floor as DXF
POST /floor/{floorId}/dxf
Returns a DXF file URL generated from the floor's default space graph layout, valid for 60 minutes. Required API token scopes: floor.export plus either: floor.queryPublic or floor.readPublic for public floors, or either: floor.queryPrivate or floor.readPrivate for private floors.
Request
Path Parameters
floorId
string<uuid>Responses
200
Short URL redirecting to a signed AWS S3 url, valid for 30 minutes
Signed AWS S3 url of a PNG thumbnail, only returned by the PDF export
OK
downloadUrl
string<uri>Short URL redirecting to a signed AWS S3 url, valid for 30 minutes
thumbnailUrl
string<uri>Signed AWS S3 url of a PNG thumbnail, only returned by the PDF export

