Overview
Entities are extracted from your documents and stored per container.
Access is restricted to the container owner derived from your BBOT-API-Key.
Authentication
Send your API key:
Path Parameters
Knowledge container id (example: userId_expertId_knowledge_name)
Query Parameters
Optional entity type filter (for example: PERSON, ORGANIZATION)
Max items to return (1-1000)
Response
Entity entries with name, type, description, aliases, confidence, attributes_json, document_count, documents
Example Request
curl --location 'https://api.b-bot.space/api/v0/containers/<container_id>/entities?limit=5' \
--header 'BBOT-API-Key: <your-bbot-api-key>'