cURL
curl --request GET \ --url https://api.vectorshift.ai/v1/knowledge-base/{id}/documents \ --header 'Authorization: Bearer <token>'
{ "status": "success", "document_ids": [ "<string>" ] }
Bearer token authentication using API key
Knowledge base ID
Title of the document
Integration ID
Folder ID
Documents found successfully
The response is of type object.
object