Base URL
https://api.boostgpt.coAuthentication
All API requests require authentication using your API key in theAuthorization header:
Getting Started
1
Get API credentials
Sign up at app.boostgpt.co and generate an API key
2
Create a project
Create a project and copy your Project ID
3
Make your first request
Use the endpoints documented in the API Reference tab above
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 |