Build powerful integrations with our comprehensive REST API. Manage assets, create work orders, access analytics, and sync data across your facility management ecosystem.
A modern, RESTful API with comprehensive documentation and SDK support in multiple languages.
Secure your API requests with simple API key-based authentication. Generate keys in your dashboard and include them in request headers.
Learn moreStandard HTTP methods (GET, POST, PUT, DELETE) with JSON request/response format. Intuitive resource-oriented endpoints for all operations.
Explore endpoints1,000 requests per minute with clear rate limit headers. Monitor your usage and scale as needed with our tiered API plans.
View detailsReal-time event notifications for asset creation, updates, and work order changes. Automatically sync data across your systems.
Configure webhooksHere's a simple example of fetching a list of assets from your facility.
// Request Headers Authorization: Bearer YOUR_API_KEY Content-Type: application/json // Response Example { "status": "success", "data": [ { "id": "ast_abc123xyz", "name": "HVAC Unit - Floor 3", "type": "hvac", "manufacturer": "Carrier", "model": "AquaEdge 19DV", "location_id": "loc_def456", "install_date": "2018-05-15", "health_score": 72, "estimated_replacement_cost": 18500, "status": "active", "created_at": "2024-01-10T14:32:00Z" } ], "pagination": { "total": 342, "limit": 50, "offset": 0 } }
Essential endpoints for managing assets, locations, work orders, and analytics.
Use our official SDKs to integrate FacilityAI into your application with less code.
Fully typed Python SDK with async/await support. Install via pip and start making requests in minutes.
View on GitHubModern ES6+ SDK with TypeScript definitions. Works in Node.js and browsers with fetch-based HTTP client.
View on GitHubRuby gem with Rails integration. Easily integrate with your Rails applications and access FacilityAI data.
View on GitHubHigh-performance Go client library with full API coverage. Perfect for backend services and CLI tools.
View on GitHubAccess our comprehensive API documentation, explore interactive examples, and get started building with FacilityAI today.
Get access to our REST API and start building integrations with FacilityAI. Our team will review your request and provide API keys within 24 hours.