# Urtentic Documentation ## Docs - [API Reference](https://docs.urtentic.com/api-reference/introduction.md): Complete API documentation for the Urtentic identity verification platform. - [Get Verification Status](https://docs.urtentic.com/api-reference/verification/get-verification-status.md): Retrieves the current status of a verification process. This endpoint allows you to check the progress and results of an ongoing or completed verification. - [Start verification](https://docs.urtentic.com/api-reference/verification/start-verification.md): Initiates a new verification process using a specified workflow. The API key must have sufficient permissions to start verifications. Metadata can be included to track custom information throughout the verification process. - [Validate Verification Process](https://docs.urtentic.com/api-reference/verification/validate-verification-process.md): Validates inputs for a specific verification process type without actually submitting them. This allows clients to pre-validate document uploads and field values before formal submission, identifying any errors or missing requirements early in the process. - [Configure Webhook Endpoint](https://docs.urtentic.com/api-reference/webhook/configure-webhook-endpoint.md): Configures a webhook endpoint to receive verification event notifications. This allows your application to receive real-time updates when verification statuses change. - [Get Document Types By WorkflowId](https://docs.urtentic.com/api-reference/workflow/get-document-types-by-workflowid.md): Retrieves document types configured for a specific workflow, country, and step. This endpoint returns a filtered list of document types based on the workflow configuration and the specified country. - [Get Supported Document Types](https://docs.urtentic.com/api-reference/workflow/get-supported-document-types.md): Retrieves all supported document types for identity verification. This endpoint returns a list of document types that can be used in verification workflows, including their labels and which sides (front/back) are required. - [Send verification inputs](https://docs.urtentic.com/api-reference/workflow/send-verification-inputs.md): Submits verification inputs (documents, selfie, etc.) for processing. Supports multipart form data for file uploads. - [Send Workflow Email OTP](https://docs.urtentic.com/api-reference/workflow/send-workflow-email-otp.md): Sends a one-time password via email to verify the user's email address as part of the workflow. This is typically used during the EMAIL_CHECK verification process. - [Getting Started Guide](https://docs.urtentic.com/getting-started.md): Walk through integrating the Urtentic API into your application step by step, with practical examples and code samples. - [Welcome](https://docs.urtentic.com/index.md): Build secure, compliant identity verification into your applications with our comprehensive API and SDK suite. - [Key Concepts](https://docs.urtentic.com/key-concepts.md): Understand the key concepts and terminology used throughout the Urtentic platform. - [Direct Link](https://docs.urtentic.com/sdk/direct-link/getting-started.md): The simplest way to integrate Urtentic identity verification by redirecting users to a hosted verification flow. - [Integration](https://docs.urtentic.com/sdk/introduction.md): Integration options for incorporating identity verification into your applications. - [Web SDK](https://docs.urtentic.com/sdk/web/getting-started.md): Integrate identity verification into your web application with pre-built UI components and a JavaScript API. - [AML & Watchlist Screening](https://docs.urtentic.com/verification-processes/aml-watchlist.md): Cross-reference individuals against international sanctions lists to meet regulatory requirements and prevent financial crimes. - [Document Verification](https://docs.urtentic.com/verification-processes/document-verification.md): Validate government-issued identity documents through OCR data extraction, authenticity checks, and security feature analysis. - [Email Verification](https://docs.urtentic.com/verification-processes/email-verification.md): Validate email address ownership through OTP delivery and risk assessment to ensure legitimate email addresses. - [Liveness Detection](https://docs.urtentic.com/verification-processes/liveness.md): Verify that a user is physically present during verification by analyzing selfie videos or photos for signs of life. - [Location Intelligence](https://docs.urtentic.com/verification-processes/location-intelligence.md): Verify user geographic location and analyze network environment to detect fraud and ensure compliance. - [Video Agreement](https://docs.urtentic.com/verification-processes/video-agreement.md): Collect verbal consent from users through recorded video statements with optional biometric verification. - [Configuration](https://docs.urtentic.com/webhooks/configuration.md): Set up webhook endpoints to receive real-time verification notifications from Urtentic. - [Integration Guide](https://docs.urtentic.com/webhooks/integration.md): Step-by-step guide to creating verification workflows using the Urtentic Dashboard. - [Overview](https://docs.urtentic.com/webhooks/overview.md): Real-time notifications about verification events, allowing your application to respond immediately to status changes. - [Workflow Management](https://docs.urtentic.com/webhooks/workflow-management.md): Create customized verification sequences that combine multiple verification processes to meet your business requirements. ## OpenAPI Specs - [openapi](https://docs.urtentic.com/api-reference/openapi.yml) ## Optional - [Dashboard](https://app.urtentic.com)