API Reference
Flipzy API
Integrate Flipzy into your workflow. Available on the Agency plan.
Authentication
All API requests require a session cookie. Authenticate via the login endpoint to get a session.
Headers
http
Cookie: next-auth.session-token=<your-session-token>
Content-Type: application/jsonSessions are managed by NextAuth. Use the login page or OAuth flow to obtain a session token.
Rate Limits
API endpoints are rate-limited per user. Standard limits: 30 req/min for reads, 10 req/min for writes. AI endpoints have specific limits (5-20 req/min). Exceeding returns 429 Too Many Requests.