> ## 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.

# Contracts and Business Registration Overview

Reviewing business and legal documents can be a lengthy process, but with Textify, contract and registration details are verified and organized instantly, helping you stay compliant with minimal effort.

<img src="https://mintcdn.com/argosidentity/XDoaaMLWTIfazlLD/images/verify/templates/contracts_business.png?fit=max&auto=format&n=XDoaaMLWTIfazlLD&q=85&s=8cb55a22863d77c146d7ba85661fbb3f" alt="Alt imagesforcontracts" width="2500" height="2000" data-path="images/verify/templates/contracts_business.png" />

## Supported Document Types

* **Contract**: Legal contracts, agreements, and binding documents between parties
* **BusinessRegistration**: Official business registration documents, corporate certificates, and company formation papers

## Template Features

### Contract Template

Extracts the following information from legal contracts:

* Contract terms and conditions
* Parties involved
* Dates and deadlines
* Legal obligations
* Contract value and payment terms

### Business Registration Template

Extracts the following information from business documents:

* Business name and legal entity
* Registration number and tax ID
* Business type and classification
* Address and contact information
* Registration dates and validity

## Usage Examples

### Contract Analysis

```json theme={null}
{
  "fileExtension": "PDF",
  "docuType": "Contract",
  "fileData": "base64-encoded-contract-data"
}
```

### Business Registration Analysis

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

## Response Format

Both templates return structured data with confidence scores and extracted information relevant to the document type.
