cURL
curl --request POST \ --url https://api.fluents.ai/v1/knowledge_bases \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label": "My Knowledge Base", "webhookUrl": "https://example.com/webhook" } '
Documentation IndexFetch the complete documentation index at: https://docs.fluents.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fluents.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"My Knowledge Base"
"https://example.com/webhook"
Was this page helpful?