casa API
Integrate localized home intelligence into your application with our powerful REST API. Provide your users with expert-level home insights in seconds.
Quick start
curl
curl -X POST "https://ourcasa.ai/api/ai-chat" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Why is my siding warping?",
"location": {
"lat": 40.7128,
"lng": -74.0060
}
}'
Response Example
{
"success": true,
"response": "**INSIGHT:** Your siding is warping because high humidity and heat in your Northeast region...",
"metadata": {
"location": "New York, NY",
"climate_zone": "Cold",
"confidence": "High"
}
}
Key Features
- Simple REST API with JSON responses
- Location-aware insights
- Fast response times (< 3 seconds)
- Comprehensive documentation
Authentication
API Key
Casa LHI uses API keys for authentication. Include your API key in the Authorization header with each request.
Authorization: Bearer YOUR_API_KEY
Rate Limits
Free Tier
100 requests/month
Basic Plan
1,000 requests/month
Pro Plan
10,000 requests/month
Enterprise
Custom limits
API Endpoints
POST
/api/ai-chat
Get localized home intelligence insights for any question or concern.
Request Body
{
"prompt": "Why is my siding warping?",
"location": {
"lat": 40.7128,
"lng": -74.0060
},
"home_details": {
"siding_type": "vinyl",
"age": 15
}
}
Response
{
"success": true,
"response": "**INSIGHT:** Your siding is warping...",
"metadata": {
"location": "New York, NY",
"climate_zone": "Cold",
"confidence": "High",
"processing_time": 2.3
}
}
SDKs & Libraries
Need Help?
Our developer support team is here to help you integrate Casa LHI into your application.
Casa LHI™ API is powered by Neural Command, LLC — the AI engineering team behind NRLC.ai and NRLCmd.com.