curl --request GET \
--url https://api.bland.ai/v1/knowledgebases/{vector_id} \
--header 'authorization: <authorization>'
{
{
"vector_id": "KB-55e64dae-1585-4632-ae97-c909c288c6bc",
"name": "Bland AI FAQs",
"description": "Business facts, policies, and frequently asked questions for Bland AI."
}
}
View the details for a specific knowledge base.
curl --request GET \
--url https://api.bland.ai/v1/knowledgebases/{vector_id} \
--header 'authorization: <authorization>'
{
{
"vector_id": "KB-55e64dae-1585-4632-ae97-c909c288c6bc",
"name": "Bland AI FAQs",
"description": "Business facts, policies, and frequently asked questions for Bland AI."
}
}
vector_id
of the knowledge base to view.{
{
"vector_id": "KB-55e64dae-1585-4632-ae97-c909c288c6bc",
"name": "Bland AI FAQs",
"description": "Business facts, policies, and frequently asked questions for Bland AI."
}
}
Was this page helpful?