API keys let external systems read your organization’s published documents without requiring a logged-in user session. Pass your key as aDocumentation Index
Fetch the complete documentation index at: https://docs.docinject.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token in every API request.
API keys are scoped to your organization. Any system that holds a key can read the same data as an authenticated member. Treat keys like passwords — don’t commit them to source control or share them publicly.
Create an API key
Enter a name
Type a descriptive name for the key so you can identify it later (for example,
zapier-integration or n8n-prod).Use an API key
Include the key as aBearer token in the Authorization header of every request:
Delete an API key
Go to Settings → API Keys, find the key you want to remove, and click Delete. Deletion takes effect immediately — any requests using that key will receive a401 Unauthorized response.
Next steps
Authentication
Full details on authenticating API requests, including token formats and error responses.
List documents
Retrieve a list of published documents from the API.
