Menu

API Docs

by Nicky Morrogh Floor Plan Builder
API Docs

Third party developers can incorporate Visrez products such as Floor Plan Builder, Interactive Maps and Virtual Tours into their applications using our API resources. This guide explains the steps required to integrate Visrez products into any third party application with support available from our team.

  • To prevent forged requests to steal API keys from users, we restrict the domains in the return_to parameter (see Authentication below), so we need to authorize your domain.
  • We require a integration_partner parameter when creating a Plan, we’ll provide one for you once we have verified your company account. Please contact our support team directly here.

API Documentation – Production

API Documentation – Testing

Note: The testing environment gets overwritten every night with a copy from production.

Authentication

Each API call require an API key, which is linked to an account in our system. To obtain this API key, send your users to our login URL, adding get_api_key=true and return_to=<your_url> parameters. After user login, we’ll send back to the URL provided in return_to , adding the API key in api_key parameter.

Example:

  • Send user to:
    https://clients.testing.visrez.com/users/sign_in?get_api_key=true&return_to=https://yourdomain.com/set_api_key
  • After login, we’ll redirect back to:
    https://yourdomain.com/set_api_key?api_key=xxxxxxxxxx
Library
Library Packs
Client Accounts
Space Plans
Event Templates
Space Templates
Spaces
Interactive Maps
Virtual Tours

Contact Sales