ClypAI API
ClypAI provides authentication and programmatic access through Better Auth, with a full REST API planned for future release.ClypAI is launching in 2026. The full REST API for projects, clips, and brand kits is currently in development. Authentication via Better Auth is available now.
Current API Availability
Authentication API
ClypAI uses Better Auth for authentication, providing:- Email/Password authentication with email verification
- OAuth integration with GitHub
- Organization management for team collaboration
- Waitlist management for controlled access
- Session handling with secure tokens
Contact API
A contact form endpoint is available for support inquiries: Endpoint:POST /api/contact
Search API
Documentation search is available via Fumadocs: Endpoint:GET /api/search
Query parameter: ?q=search_term
Planned API (Coming 2026)
The following REST API endpoints are planned for the full launch:Projects API
Create and manage video projects
Clips API
Generate and export AI-powered clips
Brand Kits API
Manage brand assets and styling
Webhooks
Real-time event notifications
API Design Principles
When the full REST API launches, it will follow these principles:RESTful Architecture
- Resource-based URLs
- Standard HTTP methods (GET, POST, PUT, DELETE)
- Predictable response formats
Authentication
- API key authentication via Bearer tokens
- Scoped permissions for fine-grained access control
- Separate keys for development and production
Response Format
All API responses will use JSON:Error Handling
Errors will include helpful messages and codes:Rate Limits
Planned rate limits:| Plan | Rate Limit | Burst |
|---|---|---|
| Free | 60 req/min | 100 req |
| Pro | 600 req/min | 1000 req |
Pagination
List endpoints will support cursor-based pagination:SDK Libraries (Planned)
Official SDKs will be available for:- JavaScript/TypeScript - npm package
- Python - PyPI package
- Go - Go module
Get Early Access
Want to be among the first to use the ClypAI API?- Join the waitlist for early access
- Follow updates on X (@clypai)
- Star the repo on GitHub
Support
Questions about the API?- Documentation: Browse the planned API endpoints
- Status: Check status.clypai.com
- Contact: Reach out via our support page
The pages in this section document the planned API design. Implementations details may change before the official launch.