Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successfully retrieved document
curl --request GET \
--url https://api.anam.ai/v1/knowledge/documents/{id} \
--header 'Authorization: Bearer <token>'Get a single document by ID
curl --request GET \
--url https://api.anam.ai/v1/knowledge/documents/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved document
Was this page helpful?