API Quickstart
π Authentication
X-API-Key: your-api-keyπ Endpoints & Usage Examples
POST /api/v2/events{
"title": "Bitcoin price prediction",
"description": "Will Bitcoin price exceed $50,000 by June 1st?",
"cutoff": "2025-05-31T23:59:00Z"
}curl -X POST "<https://api.example.com/api/v2/events>" \\
-H "X-API-Key: your-api-key" \\
-H "Content-Type: application/json" \\
-d '{"title":"Bitcoin price prediction","description":"Will Bitcoin price exceed $50,000 by June 1st?","cutoff":"2025-05-31T23:59:00Z"}'π© Common API Errors
Last updated