# DeepXL > Forensic AI for document/object fraud detection, identity verification, and data extraction. ## Docs - [Get list of parsing models](https://docs.deepxl.ai/api-reference/document-parsing/get-list-of-parsing-models.md): Retrieve a list of available document parsing models with their capabilities and supported file types. - [Get Parse History](https://docs.deepxl.ai/api-reference/document-parsing/get-parse-history.md): Get the document parse history for the organization. Supports sorting, pagination, and tag filtering. - [Get parsed document](https://docs.deepxl.ai/api-reference/document-parsing/get-parsed-document.md): Retrieve the results of a previously parsed document by its ID, including all associated tags and files. - [Parse Document](https://docs.deepxl.ai/api-reference/document-parsing/parse-document.md): Extract visible user information from a document or issued ID. - [Retrieve a file](https://docs.deepxl.ai/api-reference/file-retrieval/retrieve-a-file.md): Retrieve a file from cloud storage. Files are associated with analysis results (fraud detection, parsing, verification) and include original uploads and generated heatmaps. - [Analyze a file for fraud detection](https://docs.deepxl.ai/api-reference/fraud-detection/analyze-a-file-for-fraud-detection.md): Analyze a file for fraud detection using the specified model. - [Get available fraud detection models](https://docs.deepxl.ai/api-reference/fraud-detection/get-available-fraud-detection-models.md): Get a list of available fraud detection models with their capabilities and supported file types. - [Get fraud detection by ID](https://docs.deepxl.ai/api-reference/fraud-detection/get-fraud-detection-by-id.md): Get a specific fraud detection record by its ID, including all associated tags and files. - [Get fraud detection history](https://docs.deepxl.ai/api-reference/fraud-detection/get-fraud-detection-history.md): Get a paginated list of fraud detection records for the organization. Supports sorting, pagination, and tag filtering. - [Get Verification](https://docs.deepxl.ai/api-reference/id-verification/get-verification.md): Get details of a specific verification by its ID, including all associated tags and files. - [List verification history](https://docs.deepxl.ai/api-reference/id-verification/list-verification-history.md): List verification history for the organization. Supports sorting, pagination, and tag filtering. - [Verify user with their ID and selfie](https://docs.deepxl.ai/api-reference/id-verification/verify-user-with-their-id-and-selfie.md): Verify a user's identity by uploading an ID document and a selfie. - [Authentication](https://docs.deepxl.ai/en/authentication.md): Authenticate your API requests with an API key - [Document Parsing](https://docs.deepxl.ai/en/guides/document-parsing.md): Extract and parse structured data from IDs and documents - [File Retrieval](https://docs.deepxl.ai/en/guides/file-retrieval.md): Retrieve original uploads and generated files from analysis results - [Fraud Detection](https://docs.deepxl.ai/en/guides/fraud-detection.md): Detect document manipulation and AI-generated content - [ID Verification](https://docs.deepxl.ai/en/guides/id-verification.md): Verify identity by matching an ID document against a selfie image or video - [Introduction](https://docs.deepxl.ai/en/introduction.md): Forensic AI for document/object fraud detection, identity verification, and data extraction - [Quickstart](https://docs.deepxl.ai/en/quickstart.md): Make your first API call in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.deepxl.ai/openapi.json) - [internal-openapi](https://docs.deepxl.ai/internal-openapi.json)