Build spatial apps on Realsee
Use Realsee's captured spaces as a developer platform: render real scenes with Five SDK, call OpenAPI for spatial data, and reconstruct browser-ready 3D scenes with Argus.
Render scenes, call OpenAPI, reconstruct spaces.
Five SDK, OpenAPI, and Argus run through one Team-scoped Developer app, with credentials and permissions in one place.
import { Five, parseWork } from '@realsee/five'
const five = new Five()
five.appendTo(container)
await five.load(parseWork(work))Spatial UI layers: tags, rulers, mini maps, and camera flows on top of a scene.
Guided tours with narration, timed camera moves, and scripted effects.
Co-viewing and live showing: shared room state over the same scene.
OpenAPI
API ReferenceBrowse the maintained endpoint catalog, request and response schemas, and permission notes in API Reference.
Current paths and examples live in API Reference.
Use Team app credentials after the required scopes are approved.
Argus
NewAI reconstruction from panoramas: depth, structure, and a renderable scene from a single capture pass.

One panorama in.A 3D scene out.
Argus reconstructs interiors from panoramas: it infers depth and structure, then returns geometry your product can render. Three endpoint calls, same Developer app.
- 01Upload a panorama
POST /open/saas/v1/vggt/upload/tokenRequest a signed upload slot for the source panorama or capture set.
- 02Trigger reconstruction
POST /open/saas/v1/vggt/triggerArgus infers depth and structure, then builds the scene geometry.
- 03Poll for the scene
GET /open/saas/v1/vggt/pollFetch the reconstructed output when the job completes.
Explore a real scene in your browser.
Rendered by @realsee/five from captured spatial data. Drag to look around, click the floor to move.
Loading Five SDK and public open-works data.

Where spatial products ship.
Real estate
Immersive listings, broker-ready scene links, and guided remote viewings.
Hospitality & showrooms
Bookable spaces and products presented in their real rooms, not photos.
Museums & culture
Permanent digital access to exhibitions with narrated guided tours.
AEC & operations
Inspection, measurement, and progress tracking on captured site geometry.
From sign-in to credentials in four steps.
App provisioning is reviewed by the Realsee team, so production access stays deliberate.
- 01
Sign in
Use Realsee Passport and pick the Team that owns the integration.
- 02
Submit an App request
Name the app, the contact, and the production use case.
- 03
Receive credentials
The Realsee team reviews the request and provisions the app.
- 04
Integrate
Ship with the SDKs and OpenAPI against your provisioned credentials.