API Documentation

Coming Soon! Our API is currently under development. Join the waitlist to be notified when it launches.

What Will Be Available

Our upcoming API will allow developers and businesses to integrate utility bill analysis directly into their applications.

Planned Features

  • Bill upload and analysis endpoints
  • Real-time usage pattern detection
  • Cost comparison APIs
  • Savings recommendation engine
  • Batch processing for multiple bills
  • Webhook notifications for analysis completion
  • Historical data access
  • White-label integration options

Use Cases

Property Management

Analyze utility costs across multiple properties and identify savings opportunities

Energy Consultants

Integrate bill analysis into your consulting workflow

Smart Home Apps

Add utility insights to your home automation platform

Financial Services

Help customers understand and reduce monthly expenses

API Preview

POST /api/v1/bills/analyze
{
  "image": "base64_encoded_bill_image",
  "type": "electric",
  "compare_local": true
}

Response:
{
  "status": "success",
  "data": {
    "usage": {
      "kwh": 850,
      "cost": 127.50,
      "period": "2025-08-01 to 2025-08-31"
    },
    "analysis": {
      "efficiency_score": 78,
      "local_comparison": "15% above average",
      "potential_savings": 23.40
    },
    "recommendations": [...]
  }
}

Pricing

API pricing will be usage-based with generous free tiers for developers:

Developer

Free

100 requests/month

Startup

$49/mo

5,000 requests/month

Enterprise

Custom

Unlimited + SLA

Join the API Waitlist

Be among the first to access our API when it launches.