# DocIntelll ## Docs - [Create API key](https://docs.docintell.com/api-reference/api_keys/create-api-key.md): Create a new API key. - [List API keys](https://docs.docintell.com/api-reference/api_keys/list-api-keys.md): List all API keys in your account. - [Revoke API key](https://docs.docintell.com/api-reference/api_keys/revoke-api-key.md): Revoke an API key immediately. - [Rotate API key](https://docs.docintell.com/api-reference/api_keys/rotate-api-key.md): Rotate your API key. - [Get document type details](https://docs.docintell.com/api-reference/document-types/get-document-type-details.md): Get the full schema definition for a document type. - [List available document types](https://docs.docintell.com/api-reference/document-types/list-available-document-types.md): List all available document types for extraction. - [List document type categories](https://docs.docintell.com/api-reference/document-types/list-document-type-categories.md): List all available document type categories. - [Get document details](https://docs.docintell.com/api-reference/documents/get-document-details.md): Get details of a specific document. - [Get extracted document data](https://docs.docintell.com/api-reference/documents/get-extracted-document-data.md): Get extracted data from a document, filtered by view. - [List all documents](https://docs.docintell.com/api-reference/documents/list-all-documents.md): List all documents in your account. - [Upload a document for extraction](https://docs.docintell.com/api-reference/documents/upload-a-document-for-extraction.md): Upload a PDF document for extraction. - [Health check](https://docs.docintell.com/api-reference/health/health-check.md): Comprehensive health check endpoint that verifies database, Pub/Sub, and GCS connectivity. - [Health check (Kubernetes convention)](https://docs.docintell.com/api-reference/health/health-check-kubernetes-convention.md): Alias for /health following Kubernetes naming convention. - [Get document extraction status](https://docs.docintell.com/api-reference/jobs/get-document-extraction-status.md): Check the current extraction status of a document. - [Get job details](https://docs.docintell.com/api-reference/jobs/get-job-details.md): Retrieve details for a specific extraction job. - [Get job extraction results](https://docs.docintell.com/api-reference/jobs/get-job-extraction-results.md): Retrieve full extraction results for a completed job. - [List extraction jobs](https://docs.docintell.com/api-reference/jobs/list-extraction-jobs.md): List extraction jobs in your account. - [List jobs for a document](https://docs.docintell.com/api-reference/jobs/list-jobs-for-a-document.md): List all extraction jobs for a specific document. - [Root](https://docs.docintell.com/api-reference/root.md): Root endpoint. - [Get document stats over time](https://docs.docintell.com/api-reference/stats/get-document-stats-over-time.md): Get document upload statistics over time. - [Get job stats over time](https://docs.docintell.com/api-reference/stats/get-job-stats-over-time.md): Get job processing statistics over time. - [Get processing performance statistics](https://docs.docintell.com/api-reference/stats/get-processing-performance-statistics.md): Get processing performance statistics. - [Get stats overview](https://docs.docintell.com/api-reference/stats/get-stats-overview.md): Get high-level statistics overview. - [Create a view](https://docs.docintell.com/api-reference/views/create-a-view.md): Create a new view for a document type. - [Delete a view](https://docs.docintell.com/api-reference/views/delete-a-view.md): Delete a view. - [Get view details](https://docs.docintell.com/api-reference/views/get-view-details.md): Get details of a specific view. - [List views](https://docs.docintell.com/api-reference/views/list-views.md): List all views for your account. - [Update a view](https://docs.docintell.com/api-reference/views/update-a-view.md): Update an existing view. - [Create webhook configuration](https://docs.docintell.com/api-reference/webhooks/create-webhook-configuration.md): Create a new webhook endpoint configuration. - [Delete webhook configuration](https://docs.docintell.com/api-reference/webhooks/delete-webhook-configuration.md): Delete a webhook configuration. - [Get webhook configuration](https://docs.docintell.com/api-reference/webhooks/get-webhook-configuration.md): Get details of a specific webhook configuration. - [List webhook configurations](https://docs.docintell.com/api-reference/webhooks/list-webhook-configurations.md): List all webhook configurations for your account. - [Rotate webhook signing secret](https://docs.docintell.com/api-reference/webhooks/rotate-webhook-signing-secret.md): Rotate a webhook signing secret. - [Test webhook endpoint](https://docs.docintell.com/api-reference/webhooks/test-webhook-endpoint.md): Test a webhook endpoint by sending a test payload. - [Update webhook configuration](https://docs.docintell.com/api-reference/webhooks/update-webhook-configuration.md): Update a webhook configuration. - [Authentication](https://docs.docintell.com/authentication.md): API key management and authentication - [Documents](https://docs.docintell.com/concepts/documents.md): Understanding document storage and lifecycle in DocIntell - [Jobs](https://docs.docintell.com/concepts/jobs.md): Understanding extraction jobs and their lifecycle - [Webhooks](https://docs.docintell.com/concepts/webhooks.md): Receive real-time notifications for document lifecycle events - [API Key Management](https://docs.docintell.com/guides/api-keys.md): Creating, rotating, and revoking API keys for secure programmatic access - [Error Handling](https://docs.docintell.com/guides/error-handling.md): Handle API errors gracefully - [Understanding Extraction Results](https://docs.docintell.com/guides/extraction-results.md): Learn how to interpret classification, extraction data, and field metadata - [Your First Document](https://docs.docintell.com/guides/first-document.md): Step-by-step guide to uploading your first document - [Local Webhook Testing with ngrok](https://docs.docintell.com/guides/local-webhook-testing.md): Test webhooks locally during development using ngrok - [Re-processing Documents](https://docs.docintell.com/guides/reprocessing.md): Re-run extraction on documents with improved models or document type hints - [Schema Discovery & Custom Views](https://docs.docintell.com/guides/schemas-and-views.md): Learn how to use Schema Projection to get exactly the data you need - no more gigabytes of raw OCR output - [Webhook Setup](https://docs.docintell.com/guides/webhook-setup.md): Step-by-step guide to setting up webhooks - [Introduction](https://docs.docintell.com/index.md): Turn Documents into Data. Keep the Source Safe. - [Quickstart](https://docs.docintell.com/quickstart.md): Your first document extraction in 5 minutes - [Changelog](https://docs.docintell.com/resources/changelog.md): API updates and changes - [Rate Limits](https://docs.docintell.com/resources/rate-limits.md): API rate limits and quotas - [Security](https://docs.docintell.com/resources/security.md): Security architecture and compliance - [cURL Examples](https://docs.docintell.com/sdks/curl.md): Command-line examples for DocIntell - [SDKs & Examples](https://docs.docintell.com/sdks/overview.md): Code examples for integrating with DocIntell - [Python Examples](https://docs.docintell.com/sdks/python.md): Python code examples for DocIntell - [TypeScript Examples](https://docs.docintell.com/sdks/typescript.md): TypeScript/JavaScript code examples for DocIntell ## OpenAPI Specs - [openapi](https://docs.docintell.com/openapi.json)