Base URL
https://api.boostgpt.coAuthentication
All API requests require authentication using your API key in theAuthorization header:
Getting Started
Get API credentials
Sign up at app.boostgpt.co and generate an API key
SDKs
We recommend using our official SDKs instead of making direct API calls:Node.js Core SDK
Official JavaScript/TypeScript SDK for bot management and chat
Router SDK
Multi-channel deployment SDK for Discord, Telegram, Slack, etc.
Response Format
All endpoints return JSON responses in this format:Success Response
Error Response
Rate Limits
Free Tier
1,000 requests per day
Paid Plans
Higher limits based on your plan
429 Too Many Requests response.
Error Codes
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid API key |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn’t exist |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error |
API Endpoints
All available endpoints are documented in the API Reference endpoints section. They are automatically generated from our OpenAPI specification.Support
Discord Community
Get help from our community
GitHub
Report issues or contribute