Version: 1.0.0
Aicser Platform API
The Aicser Platform API provides programmatic access to all platform features, from AI-powered chart generation to user management and data analysis. Built with FastAPI and following REST principles, our API is designed for performance, reliability, and ease of integration.
Getting Started
- Authentication: Sign up and obtain your API credentials
- Connect Data: Upload files or connect to databases
- Analyze: Use AI to query and analyze your data
- Visualize: Generate charts and create dashboards
Rate Limiting
- Free tier: 100 requests/hour
- Pro tier: 1,000 requests/hour
- Enterprise: Custom limits
Support
For support, email support@aicser.com or visit our documentation.
Authentication
- HTTP: Bearer Auth
JWT token obtained from /api/auth/users/signin
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
License
Proprietary
📄️ User login
Authenticate user and return JWT access token
📄️ User registration
Create a new user account
📄️ User logout
Invalidate current session
📄️ Get current user
Retrieve authenticated user information
📄️ Refresh access token
Get new access token using refresh token