Endpoint
Authentication
Requiresapi_keys:read scope.
Response
Full API keys are never returned in list responses, only the prefix.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all API keys for your account
GET https://api.documind.cloud/api/v1/auth/api-keys
api_keys:read scope.
[
{
"id": "key-id",
"name": "Production Key",
"description": "Production automation",
"prefix": "abc12345",
"scopes": ["extractions:read", "extractions:write"],
"is_active": true,
"is_revoked": false,
"project_name": "Invoices",
"expires_at": null,
"last_used_at": null,
"revoked_at": null,
"created_at": "2026-06-02T10:00:00Z",
"updated_at": "2026-06-02T10:00:00Z"
}
]
Was this page helpful?