cURL
curl --request POST \ --url https://api.vectorshift.ai/v1/knowledge-base \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "chunk_size": 123, "chunk_overlap": 123, "analyze_documents": true, "apify_key": "<string>" } '
{ "id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.vectorshift.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication using API key
Name of the knowledge base
Default
Textract
Unstructured
LlamaParse
Other
Knowledge base created successfully
success
failed
ID of the created knowledge base