Skip to main content

VREM API Documentation

The VREM (VX Real Estate Media) API lets you build integrations with our real estate media production platform — from scheduling photo and video shoots to managing deliveries and client communications.

Base URL

https://api.vrem.com

Authentication

All authenticated endpoints require a Bearer JWT token in the Authorization header. Many endpoints also require an organization context via the x-org-id header.

curl https://api.vrem.com/projects \
-H "Authorization: Bearer <token>" \
-H "x-org-id: <organization-id>"

See the Authentication guide for details on obtaining tokens and the Organization Context guide for how org scoping works.

API Format

  • Protocol: HTTPS
  • Content-Type: application/json
  • OpenAPI Version: 3.0