BoostGPT API
Start by creating a project in BoostGPT, which will provide you with a dedicated workspace for each of your applications. Within each project, you can create and train multiple chatbots. You will need an Openai key to be able to create a project.
To begin, create your initial project and copy its ID. Go to the project settings to copy your project ID or go here: https://app.boostgpt.co/settings. Use your project ID in your requests when interacting with our API.
Authentication
To authenticate requests in the BoostGPT API, you will need to use a specific key. This key can be obtained from the "API Key Page" and must be passed in the request headers. Once you have done so, follow the endpoint processes as required. If you don't have an api key, get it from https://app.boostgpt.co/account/api-keys
Errors
All successful responses are returned with HTTP Status code 204. In case of failure, API returns a JSON error response with the parameters that contain the failure reason.
Bot
Create and manage all your AI bots
Sources
Train your AI bot with your data
POSThttps://api.boostgpt.co/v1/bot/source/create
Adds a new data source to your bot