VERSION 1 / LICENSED REST API
PowerHouse delivery API
Production access uses a revocable partner key. Every response is filtered by the partner license before delivery.
Authentication
Authorization: Bearer ph_live_…
Keep the key on your server. Never expose it in browser code.
Endpoints
- GET /api/v1/me
- Partner and active license metadata.
- GET /api/v1/picks
- Qualified upcoming, live, or settled intelligence.
- GET /api/v1/picks/:id
- One licensed pick by opaque identifier.
- GET /api/v1/results
- Licensed settled results.
- GET /api/v1/health
- Gateway availability without private data.
Filters
Use sport, league, status,result, from, to,limit, and cursor. Times are ISO 8601 UTC;from is inclusive and to is exclusive.
GET /api/v1/picks?sport=MLB&status=upcoming&limit=50