API Documentation
Technical reference for developers and AI agents integrating with PropInfera.
Authentication
Payment Methods
PropInfera supports multiple authentication and payment methods:
Use x402 protocol for programmatic USDC payments. Ideal for agents and autonomous systems.
Standard Stripe integration for credit card payments and subscriptions.
Endpoints
/api/smart-importExtract property data from Redfin, Zillow, or Realtor.com URLs.
{
"url": "https://www.redfin.com/...",
"calculatorType": "str" // or "ltr", "brrr", "wholesale"
}{
"success": true,
"property": {
"address": "123 Main St, Austin, TX",
"price": 450000,
"beds": 3,
"baths": 2,
"sqft": 2100
},
"analysis": {
"monthlyRent": 2800,
"cashOnCash": 12.5,
"capRate": 7.4
}
}/api/underwritingGenerate AI-powered underwriting analysis for any property.
{
"propertyId": "prop_abc123",
"strategy": "str", // Strategy type
"assumptions": {
"downPayment": 20,
"interestRate": 7.5,
"loanTerm": 30
}
}/api/reports/generateGenerate branded PDF reports with full underwriting analysis.
{
"propertyId": "prop_abc123",
"reportType": "full", // or "summary", "investor"
"includeComps": true,
"logoUrl": "https://..." // Optional branded logo
}/api/reports/anchorAnchor a report onchain using ERC-8004 standard.
{
"reportId": "rpt_xyz789",
"network": "base", // or "ethereum", "polygon"
"metadata": {
"propertyAddress": "123 Main St",
"analysisDate": "2026-03-07",
"underwriter": "PropInfera AI"
}
}{
"success": true,
"anchor": {
"txHash": "0xabc...",
"contractAddress": "0xdef...",
"tokenId": "123",
"timestamp": "2026-03-07T18:30:00Z"
}
}ACP Integration
Virtuals ACP
Hire the PropInfera Underwriter Agent directly on the Agent Commerce Protocol (ACP) for fully autonomous workflows.
https://propinfera.com/api/agent/acp-manifestAutonomous Analysis: Agent can accept property URLs and return full underwriting reports without human intervention.
Verified Output: All reports include ERC-8004 onchain proofs for maximum trust.
Memory Integration: Agent learns from your preferences via Memory-MCP for personalized results.
Ready to Integrate?
Start building with PropInfera today. Get your API keys and start analyzing properties programmatically.