Ingest YouTube videos into a chatbot
POST/api/v1/chatbots/:chatbotId/youtube/videos
Ingests videos from the caller's connected YouTube channel into the chatbot's knowledge base. Videos already in the knowledge base are skipped (skippedAlreadyImported). Returns a jobId for the ingest. Required scope: videos:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Ingest accepted.
Bad Request — invalid input
Unauthorized, or the YouTube connection needs to be re-established (reconnect required).
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded