Quick Start
API Products
Choose from our suite of construction AI APIs
Progress Tracking
Automated construction progress monitoring powered by AI. Track project milestones, compare against schedules, and generate detailed reports.
3D Site Mapping
Transform aerial imagery into precise 3D models, orthomosaics, and point clouds with centimeter-level accuracy.
Equipment Tracking
Real-time GPS tracking and utilization monitoring for construction equipment and assets.
Workforce Counting
Automated headcount and attendance tracking using AI-powered computer vision.
Material Tracking
Stockpile measurement and material inventory monitoring with delivery tracking.
BIM Comparison
Compare design models against as-built conditions to detect deviations and track changes.
Authentication
All API requests require authentication using an API key
Using your API Key
Include your API key in the Authorization header of every request:
Authorization: Bearer your_api_key_here Make Your First Request
Here's a quick example to get you started
Python
import fi_sdk
client = fi_sdk.Client(api_key="your_api_key")
# List your projects
projects = client.projects.list()
for project in projects.data:
print(project.name) cURL
curl -X GET "https://api.fitechco.com/v1/projects" \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" Official SDKs
Use our official client libraries for the best developer experience
Webhooks
Receive real-time notifications when events occur in your account
Available Events
capture.completed Progress capture analysis finished model.ready 3D model processing complete geofence.triggered Equipment entered/exited zone alert.created New safety or deviation alert report.generated Automated report ready comparison.completed BIM comparison analysis done Ready to get started?
Contact our team to get your API credentials and start building
Request API Access