API Documentation

Integrate PITH Intelligence into your existing workflow with our powerful REST API. Access all features programmatically and build custom solutions.

API Endpoints

Comprehensive API access to all PITH Intelligence features

📸

ScopeSnap API

Upload photos and voice recordings to generate instant quotes. Get AI-powered measurements, material lists, and pricing calculations.

POST /api/scopesnap
📋

Permit Pathfinder API

Retrieve permit requirements, fees, and application packets for any address and job type. Get HOA letters and compliance data.

GET /api/permits
⛈️

Weather Scheduler API

Access weather-aware scheduling recommendations. Get risk assessments and optimal scheduling suggestions for your trade and location.

GET /api/weather
🚚

Vendor Autopilot API

Manage vendor relationships and procurement. Send RFQs, compare prices, and automate purchase orders with supplier integrations.

POST /api/vendors
🔄

Field Change QR API

Handle real-time change orders and field updates. Process QR scans, update contracts, and manage approval workflows.

POST /api/changes
📊

Analytics API

Access comprehensive business analytics and reporting. Get insights on performance, profitability, and operational efficiency.

GET /api/analytics

Quick Start

Get started with our API in minutes

POST
https://api.pith-intelligence.com/v1/scopesnap


Headers:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Body:
{
"photos": ["base64_encoded_image"],
"voice_note": "base64_encoded_audio",
"project_type": "residential_renovation"
}
Response:
{
"quote_id": "q_123456789",
"total_cost": 15420.50,
"materials": [...],
"labor": [...],
"timeline": "14 days"
}