> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Identification and Address Verification Overview

Manually verifying identity and address information can slow down onboarding, but Textify automates this process, accelerating customer onboarding and ensuring accurate validation.

## Supported Document Types

* **ProofOfAddress**: Address verification documents, utility bills, and residence certificates

## Template Features

### Address Verification Template

Extracts the following information from address verification documents:

* Resident name and personal information
* Complete address details
* Document type and issuing authority
* Validity dates and expiration
* Document verification status

## Usage Examples

### Address Verification Analysis

```json theme={null}
{
  "fileExtension": "JPG",
  "docuType": "ProofOfAddress",
  "fileData": "base64-encoded-address-data"
}
```

## Response Format

The template returns structured address verification data with confidence scores and extracted location information.
