clean_person
Validate a complete person profile including name, birthdate, address, phone, email, and passport in a single API request. Reduces costs compared to separate validations.
Instructions
Validate a full person record in one request: FIO + birthdate + address + phone + email + passport. 5-8x cheaper than separate calls. Paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Full name (FIO), e.g. 'Федотов Алексей' | |
| No | Email address | ||
| phone | No | Phone number in any format | |
| address | No | Address in any format | |
| passport | No | Passport series and number, e.g. '45 04 346825' | |
| birthdate | No | Date of birth, e.g. '12.03.1990' |