DEMO MODESample data loaded for demonstration purposes.Try with your own data →·Find your plan
LegacyLoop
🔌 API Access & Licensing

LegacyLoop Intelligence
in Your Platform

Integrate our AI estate analysis, antique detection, MegaBot pricing, and buyer matching directly into your application via REST API. Built for resale platforms, real estate software, auction houses, and senior service apps.

View API Plans →Talk to Sales
REST
API standard
<800ms
Avg response time
99.5%
Uptime SLA
4-AI
MegaBot consensus
Use Cases

Who Uses the API

🏚️
Real Estate Platforms
Embed estate sale valuation into your property listing or closing workflow. Help sellers understand the value of contents before listing.
🛒
Resale Marketplaces
Add AI pricing intelligence to your existing resale platform. Auto-suggest prices and detect high-value antiques before listing.
🏛️
Auction Houses
Pre-screen incoming lots with AI antique detection and pricing. Save appraiser time on low-value items.
📦
Moving Companies
Offer estate sale services as part of your moving package. Integrate LegacyLoop valuation into your customer app.
🏥
Senior Care Providers
Help families during transitions. Integrate estate analysis into discharge planning or move-in coordination tools.
🔧
Home Services Apps
Add item valuation to your junk removal, cleanout, or staging app. Buyers will pay more when items are priced correctly.
Endpoints

Core API Endpoints

POST/v1/analyze

Analyze an item from photos + description. Returns category, condition, AI description, and antique score.

Request
{
  "photos": ["https://...jpg"],
  "description": "Victorian mahogany writing desk",
  "condition": "good"
}
Response
{
  "category": "Furniture",
  "condition": "Good",
  "antique_score": 8.2,
  "is_antique": true,
  "description": "...",
  "tags": ["victorian", "mahogany", "antique"]
}
POST/v1/price

Get AI-powered price estimate with market comps. Returns suggested price range and confidence.

Request
{
  "item_id": "item_abc123",
  "market": "US",
  "condition": "good"
}
Response
{
  "low": 450,
  "mid": 680,
  "high": 900,
  "confidence": 0.87,
  "comps": [...],
  "rationale": "..."
}
POST/v1/megabot

Run 4-AI consensus analysis (OpenAI + Claude + Gemini + Grok). Returns consensus result + individual breakdowns.

Request
{
  "item_id": "item_abc123",
  "task": "price"
}
Response
{
  "consensus": { "low": 450, "mid": 680 },
  "models": {
    "claude": {...},
    "openai": {...},
    "gemini": {...}
  }
}
GET/v1/buyers/match

Find buyer matches for an item based on category, location, and price range.

Request
?item_id=item_abc123&radius_miles=100
Response
{
  "matches": [
    { "score": 94, "platform": "facebook", ... },
    { "score": 87, "platform": "ebay", ... }
  ]
}
Pricing

API Plans

Pay-as-you-go also available at $0.01 per call for casual use. All plans include sandbox access.

Developer
$99/month
10,000 API calls/month
  • 10,000 API calls/month
  • Item analysis endpoint
  • Pricing intelligence endpoint
  • Antique detection endpoint
  • JSON + webhook responses
  • REST API
  • Standard rate limits
  • Email support
  • API docs access
  • Sandbox environment
Most Popular
Business
$299/month
100,000 API calls/month
  • 100,000 API calls/month
  • All Developer endpoints
  • MegaBot consensus endpoint
  • Batch processing (up to 50 items)
  • Buyer matching API
  • Webhook + streaming support
  • Priority rate limits
  • Priority email + Slack support
  • White-label response option
  • SLA: 99.5% uptime
White-Label Ready
Enterprise
$999/month
Unlimited API calls/month
  • Unlimited API calls
  • All Business endpoints
  • Custom model fine-tuning
  • Dedicated infrastructure
  • White-label full stack
  • Custom domain + branding
  • Dedicated account manager
  • 24/7 phone support
  • SLA: 99.9% uptime
  • Custom contract + NDA

Pay-As-You-Go

Not ready for a monthly plan? Pay per call at $0.01/call for item analysis and pricing endpoints. MegaBot calls are $0.05/call. No monthly commitment, no expiring credits.

$0.01 Analyze / Price call
$0.05 MegaBot call
$0.02 Buyer match call
Request PAYG Key →

Ready to integrate?

Contact our API team for sandbox credentials, documentation, and a technical walkthrough.

Email support@legacy-loop.comView Platform Pricing