Create chatbot
Chatbot
Create chatbot
Create a new course chatbot by providing a name and a list of YouTube lecture video URLs.
POST
Create chatbot
Creates a new course, processes the provided YouTube lecture videos to extract transcriptions, and sets up an OpenAI assistant for the course. Authentication is required.
Request headers
Your JWT authentication token.
Request body
The display name for the chatbot and course.
An array of YouTube video URLs to use as the chatbot’s knowledge base. Each URL must be a standard watch URL.
URLs must use the format
https://www.youtube.com/watch?v=VIDEO_ID. Shortened URLs (youtu.be), playlist URLs, and embed URLs are not supported.Response
200 — Success
The newly created course object.
Example
200