● ONLINE

🚀 App Telemetry API

Backend API with continuous learning from unknown scripts.

Scan Endpoints:

POST /scan/start
Start a new store scan
Body: {"shop": "store.com", "mode": "fast|auto|full"}
GET /scan/:scanId
Get scan results by scan ID
GET /scan/shop/:shopDomain
Get latest scan for a shop

Admin Endpoints: LEARNING

GET /admin/unknown-scripts
View unknown scripts across all stores
Query: ?minStores=2&limit=50
→ Try it
GET /admin/signature-suggestions
Top candidates for new app signatures
Query: ?minStores=5
→ Try it
GET /admin/learning-stats
Overall unknown script detection statistics
→ Try it
GET /admin/unknown-scripts/:domain
Get details about a specific domain

System Endpoints:

GET /health
Check API health status
→ Try it
GET /test/all
Run all connection tests
→ Try it

Built with Express, PostgreSQL, Puppeteer, Cheerio, and Shopify API
Day 3 Complete: Hybrid Scanning + Unknown Script Learning ✅