API Reference
Build with Focly
Get API Key
View Full Docs
Authentication
Secure OAuth 2.0 and API key authentication.
Rate Limiting
10,000 requests per hour for Pro plans.
SDKs
Official SDKs for JavaScript, Python, and Swift.
Webhooks
Real-time event notifications for your app.
API Endpoints
Core endpoints to get you started.
GET
/api/v1/tasks
List all tasks
POST
/api/v1/tasks
Create a new task
GET
/api/v1/habits
List all habits
POST
/api/v1/focus-sessions
Start a focus session
GET
/api/v1/analytics
Get productivity analytics
PUT
/api/v1/settings
Update user settings
Quick Start
example.js