For the complete documentation index, see llms.txt. This page is also available as Markdown.

Business Card

Automatically parse business cards and extract structured KYC data using the pre-trained Business Card model template available in the Catalog.

Documentation for the data schema of the Business Card model template.

Business Card Fields

Documentation for all fields present in the data schema.

Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".

Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".

Name

The name of the person on the business card.

Accessor: name Value Type: string

Has a single value.

Job Title

The job title of the person on the business card.

Accessor: job_title Value Type: string

Has a single value.

Company

The company name on the business card.

Accessor: company Value Type: string

Has a single value.

Phone Number

The phone number on the business card.

Accessor: phone_number Value Type: string

Has a single value.

Email Address

The email address on the business card.

Accessor: email_address Value Type: string

Has a single value.

Website

The website address on the business card.

Accessor: website Value Type: string

Has a single value.

Address

The address on the business card.

Accessor: address Value Type: string

Has a single value.

Last updated

Was this helpful?