API Reference

Comprehensive REST API documentation for integrating SmartSite with your applications

SmartSite REST API

The SmartSite API provides programmatic access to all platform features including sensor data, AI insights, reporting, and user management. Built with REST principles and JSON responses.

Core Endpoints

  • GET /api/v1/sensors - Retrieve sensor data and status
  • GET /api/v1/projects - List projects and progress
  • POST /api/v1/alerts - Create custom alerts
  • GET /api/v1/analytics - Access AI insights and analytics
  • GET /api/v1/reports - Generate and download reports

Authentication

All API requests require authentication using API keys. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY