Public APIs

Embed Seenic, pull structured data, and build on your own stack - with public APIs included in every deployment.

Areas of use
Technical teams
Embedded experiences
Custom builds

Two surfaces, your stack.

The Seenic Player embeds the 3D overview on your site, while the REST API delivers unit data, pricing, floor plans, and images wherever you need them. Both are included with every deployment.

01 · Seenic Player

Embed components, not the whole suite.

<!-- Your community page -->
<iframe id="seenic-player"
  src="https://tour.seenic.io?locationId=6071"></iframe>

// Bind the External API to the iframe
const api = PlayerExternalAPI('#seenic-player');
api.subscribe('on_ready', () => api.send('set_point', { pointId: 3 }));
api.subscribe('on_marker_click', (e) => {
  openYourUnitCard(e.payload.markerId); // your component
});

Mount the 3D overview — or a single tour or spinner — on any page, white-labeled to your brand. Markers on buildings and units send click events to your site, so you can open your own unit card instead of ours.

02 · REST Data API

Build on structured data.

// Read-only · no API key · data-api.seenic.io
GET /location/185/units

[{
  "unitNumber": "4202",
  "price": 1400,
  "area": 826,
  "building": "4",
  "floor": "2",
  "seenicId": "Q1B4S1F2U4202",
  "availabilityStatus": "available",
  "applyUrl": "https://…realpage.com/…"
}]

Fetch unit data, prices, square footage, floor plans, and images through a read-only REST API and re-render them anywhere on your site — one filter bar can drive every surface, so nothing resets between components.

Live, on the public API

Build your own unit explorer.

This whole panel runs on the free Seenic APIs — units and pricing pulled live from the read-only Data API, filtered in your own UI, then pushed to the embedded Player. No key, no lock-in. Filter the units and the 3D Explorer follows.

Loading apartments…
Loading apartments…

Units: GET data-api.seenic.io/location/185/units · a click sends locate_marker and the filters send set_filtered_units to the Player. Try it in the sandbox.

For technical teams

Free with every deployment.

Free, not an add-onBoth API surfaces ship with every deployment at no extra cost — that openness is the point. No lock-in.
One filter, every surfaceDrive tours, floor plans, and availability from a single filter bar instead of stacked widgets that reset each other.
Event hooksPlayer markers act like a remote control — respond to building and unit clicks in your own application code.
Public docs and sandboxFull reference and an open sandbox at docs.seenic.io/sandbox — your developer can start today. You can't break it.
×
Book a demo

See Seenic on your own community.

Tell us a little about your portfolio — we'll reach out to set up a walkthrough.

We'll only use this to contact you about Seenic.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.