Introduction
Welcome to the Treedis API Documentation!
Getting Started with the API
The Treedis API provides a comprehensive REST API for managing projects, tours, users, virtual staging, and more. All API endpoints are available at the base path /v1/api.
Base URLs
- Production:
https://api.treedis.com/v1/api - Staging:
https://stage-api.treedis.com/v1/api
Authentication
The API supports multiple authentication methods:
- API Key: Include
X-API-Keyheader with your API key - Bearer Token: Include
Authorization: Bearer {token}header - OAuth2: Use the
/oauth2/tokenendpoint to obtain access tokens
Quick Start
API Quick StartGet started with the Treedis API in minutes.
Documentation Structure
API Reference
The API Reference provides complete OpenAPI documentation for all endpoints, including:
- Authentication endpoints
- Project management
- User management
- Virtual staging
- Tours and navigation
- And much more
Guides
Explore our guides for detailed information on:
- Getting started with the API
- Development workflows
- Project settings
- API client generation
Your Docs, Your Way
Three steps to beautiful docs.
Edit your docs and watch them update in real time.
Live PreviewingUse the cli for local development.
Include OpenAPI references.
API ClientAuto-generate an API client from your OpenAPI spec.
Write interactive docs and set themes with ease.
Extended Markdown syntaxSee all the ways you can write your docs with our custom syntax.
Diving In
power of directives code samples images