# Veridox ## Docs - [Authentication Status](https://docs.veridox.ai/api-reference/endpoints/auth-status.md): Check the current authentication status and session details. - [Create Case](https://docs.veridox.ai/api-reference/endpoints/cases-create.md): Create a new case for document analysis with optional file placeholders. - [Upload Files to Case](https://docs.veridox.ai/api-reference/endpoints/cases-files-upload.md): Generate upload URLs for adding files to an existing case. - [Get Case](https://docs.veridox.ai/api-reference/endpoints/cases-get.md): Retrieve detailed information for a specific case, including file status. - [List Cases](https://docs.veridox.ai/api-reference/endpoints/cases-list.md): Retrieve a list of cases belonging to the authenticated user. - [Poll Case Analysis Progress](https://docs.veridox.ai/api-reference/endpoints/cases-progress-poll.md): Retrieve case analysis progress events via incremental polling (fallback for streaming). - [Stream Case Analysis Progress](https://docs.veridox.ai/api-reference/endpoints/cases-progress-stream.md): Receive real-time Server-Sent Events for case analysis progress updates. - [Update Case Label](https://docs.veridox.ai/api-reference/endpoints/cases-update-label.md): Update the label of an existing case. - [Create Document Request](https://docs.veridox.ai/api-reference/endpoints/document-requests-create.md): Create a document request and send an email invitation to collect files from an external party. - [Void Document Request](https://docs.veridox.ai/api-reference/endpoints/document-requests-delete.md): Cancel and permanently deactivate a document request. - [Get Document Request](https://docs.veridox.ai/api-reference/endpoints/document-requests-get.md): Retrieve detailed information about a specific document request. - [List Document Requests](https://docs.veridox.ai/api-reference/endpoints/document-requests-list.md): Retrieve a paginated list of all document requests belonging to you. - [Resend Document Request](https://docs.veridox.ai/api-reference/endpoints/document-requests-resend.md): Resend an email invitation for an existing document request. - [Get File Analysis](https://docs.veridox.ai/api-reference/endpoints/files-analysis-get.md): Retrieve comprehensive analysis results and risk assessment for a specific file. - [Get Asset URL](https://docs.veridox.ai/api-reference/endpoints/files-asset-url-get.md): Generate a fresh signed URL for a specific asset on a case file. - [Generate Bulk File Download URLs](https://docs.veridox.ai/api-reference/endpoints/files-download-bulk.md): Generate signed download URLs for multiple files in a single request. - [List Files](https://docs.veridox.ai/api-reference/endpoints/files-list.md): Retrieve a paginated list of all files across all cases belonging to the authenticated user. - [Confirm or Override Risk Score](https://docs.veridox.ai/api-reference/endpoints/files-risk-confirm.md): Confirm the current AI-generated risk score or override it with a new value. - [Get Branding Logo](https://docs.veridox.ai/api-reference/endpoints/org-branding-get.md): Retrieve a fresh download URL for your organisation's branding logo. - [Search Cases and Files](https://docs.veridox.ai/api-reference/endpoints/search.md): Perform full-text search across all cases and files accessible to you. - [Get Server Status](https://docs.veridox.ai/api-reference/endpoints/status.md): Check the current operational status of the Veridox API. - [Case Management](https://docs.veridox.ai/guides/case-management.md): Organise verification workflows into cases for tracking, audit, and compliance - [Document Analysis](https://docs.veridox.ai/guides/document-analysis.md): Master the lifecycle of AI-powered forensic document verification. - [Document Requests](https://docs.veridox.ai/guides/document-requests.md): Collect documents from external parties with secure, branded upload links. - [Error Handling](https://docs.veridox.ai/guides/error-handling.md): Standardised error codes, response formats, and recommended handling strategies - [Feature Modules](https://docs.veridox.ai/guides/feature-modules.md): Some API features are gated behind optional modules that must be enabled for your organisation. - [Organisation Branding](https://docs.veridox.ai/guides/organisation-branding.md): How to upload and retrieve your organisation's branding logo - [Rate Limiting](https://docs.veridox.ai/guides/rate-limiting.md): Understanding API usage limits and how to handle them - [Risk Scoring](https://docs.veridox.ai/guides/risk-scoring.md): Understanding and managing AI-powered risk scores for document verification - [User Registration](https://docs.veridox.ai/guides/user-registration.md): Step-by-step guide to creating your account and accessing the API - [Webhooks](https://docs.veridox.ai/guides/webhooks.md): Receive real-time event notifications via secure webhook delivery - [Introduction](https://docs.veridox.ai/index.md): AI-powered forensic document analysis and automated risk assessment. - [Quickstart](https://docs.veridox.ai/quickstart.md): Go from account creation to your first forensic analysis in minutes. ## OpenAPI Specs - [openapi](https://docs.veridox.ai/api-reference/openapi.json)