API Documentation

Access Probily data programmatically. Get an API key from your settings.

Base URL
https://probily.com/api
GET/api/health
Platform health check
GET/api/stats
Platform-wide statistics
GET/api/metrics
Detailed platform metrics
GET/api/feed
RSS feed of active markets
GET/api/changelog
Platform changelog entries
GET/api/announcement
Current announcement
GET/api/markets/trending
Top trending markets
GET/api/markets/ending-soon
Markets ending within 7 days
GET/api/user/[id]
Public user profile
POST/api/payments/create-intentAUTH
Create payment intent
POST/api/payments/crypto-addressAUTH
Generate crypto deposit address
GET/api/cronAUTH
Run scheduled jobs (requires CRON_SECRET)
Authentication

For authenticated endpoints, include your API key in the request header:

Authorization: Bearer pk_your_api_key_here