Skip to main content

Easily Integrate
Engrain's SightMap API using Konfig's TypeScript SDK

Need a TypeScript SDK for Engrain's SightMap API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { EngrainSightMap } from 'engrain-sight-map-typescript-sdk';
const engrainSightMap = new EngrainSightMap({
/*
* An API key sent via the `API-Key` header.
* ```
* curl -i -H "API-Key: 12345" https://api.sightmap.com/v1/assets
* ```
*
*/
apiKey: "API_KEY"
})

Then, send your first request

We made it really easy.

index.ts

// List accounts
const listAccountsResponse = engrainSightMap.accounts.listAccounts()

Enjoy a buttery smooth developer experience with 88 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Engrain

About Engrain

Engrain is a recognized leader in next-generation interactive technology and data visualization software solutions for the multifamily, commercial, residential, storage, and retail real estate industries. The company is best known for its award-winning TouchTour® suite of products – including interactive sales kiosks, the TouchTour iPad application, and TouchTour Connect digital signage – which engage prospects and residents alike while empowering sales teams with actionable, real-time information. Through its innovative SightMap™ data visualization software platform, Engrain is poised to disrupt the real estate industry once again with a lightweight map format that displays unit-level data in a highly responsive and integrated way. SightMap can be embedded on virtually any website or application and is available on all Engrain's TouchTour products. It is also available for license by individual companies as a powerful asset management tool, and third-party software providers for inclusion in marketing and operations dashboards, applications, analytics tools and websites via an SDK and Unit Map data API.

Keywords

real_estate
data_visualization
real_estate_technology
real_estate_marketing
property_management

Start integrating Engrain's SightMap API with Konfig