Get Project Preview Rotation Image
curl --request GET \
--url https://api.realtimelca.com/rest/api/preview/{streamId}/all \
--header 'Authorization: Bearer <token>'Project
Get Project Preview Rotation Image
Retrieves all preview images for a specific building project identified by its streamId. This is useful for displaying visual previews of a projectβs 3D model or building data within a client application.
GET
/
preview
/
{streamId}
/
all
Get Project Preview Rotation Image
curl --request GET \
--url https://api.realtimelca.com/rest/api/preview/{streamId}/all \
--header 'Authorization: Bearer <token>'βI

