Summit Stay Group exposes a full REST API for Agency and Enterprise clients. Integrate the audit engine directly into your PMS, dashboard, or reporting workflow.
Core Infrastructure
RuntimeCloudflare Pages, Edge Functions, Global CDN, 99.9% uptime SLA
AI EngineProprietary AI Model · Messages API · Streaming responses
AuthJWT Bearer tokens · OAuth 2.0 · Subscription validation
StorageCloudflare KV · Airtable benchmark DB · Session cache
PaymentsStripe Checkout Sessions · Payment Links · Webhook verification
Data Pipeline
IngestionCSV · JSON · XLSX · Airbnb API · VRBO · Guesty REST · PriceLabs
Processing10-layer audit engine · Benchmark DB lookup · RevPAR ceiling · NLP
DeliveryWebhook automation · Airtable rows · Email · Slack
MappingMapbox GL JS v3.3 · Geocoding API · Competitor clustering
VisualisationChart.js v4.4 · Doughnut · Line · Animated progress bars
Security and Compliance
EncryptionTLS 1.3 · AES-256 at rest · HTTPS enforced
Rate Limits100 req/min per token · Daily audit limit by plan tier
Retention30 days Growth · 90 days Agency · Custom Enterprise
GDPRUK GDPR compliant · DPA available · Right to erasure
API Reference — POST /v1/audit
// Summit Stay Group Revenue Intelligence API v1
// Auth: Bearer token (Agency/Enterprise plans only)
POST https://api.summitstaygroup.co.uk/v1/audit
Authorization: Bearer ssg_live_xxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json
{
“property”: {
“name”: “The Old Barn at Kendal”,
“location”: “Windermere, Lake District, UK”,
“bedrooms”: 2
},
“performance”: {
“occupancy_pct”: 72,
“adr_gbp”: 185,
“monthly_revenue_gbp”: 4200
},
“layers”: “all”,
“webhook_url”: “https://hook.eu1.make.com/your_webhook”
}
// Response 200 OK
{
“audit_id”: “aud_2026_xxxxxxxxxxx”,
“status”: “complete”,
“layers_run”: 10,
“total_monthly_leakage_gbp”: 1240,
“annual_leakage_gbp”: 14880,
“executive_summary”: ”…”,
“action_plan”: []
}