Skip to main content
POST
vCard Contact File Generator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ioFirstName
string
required

First Name

ioVcardVersion
enum<string>

vCard Version

Available options:
3.0,
4.0
ioLastName
string

Last Name

ioMiddleName
string

Middle Name

ioPrefix
string

Prefix

ioSuffix
string

Suffix

ioNickname
string

Nickname

ioOrganization
string

Organization

ioJobTitle
string

Job Title

ioDepartment
string

Department

ioPhone1Type
enum<string>

Phone 1 Type

Available options:
cell,
work,
home,
fax,
other
ioPhone1
string

Phone 1

ioPhone2Type
enum<string>

Phone 2 Type

Available options:
work,
cell,
home,
fax,
other
ioPhone2
string

Phone 2

ioEmail1Type
enum<string>

Email 1 Type

Available options:
home,
work,
other
ioEmail1
string

Email 1

ioEmail2Type
enum<string>

Email 2 Type

Available options:
work,
home,
other
ioEmail2
string

Email 2

ioAddressType
enum<string>

Address Type

Available options:
home,
work,
other
ioStreet
string

Street

ioCity
string

City

ioRegion
string

State / Region

ioPostalCode
string

Postal Code

ioCountry
string

Country

ioWebsite
string

Website

ioBirthday
string

Birthday

ioPhotoUrl
string

Photo URL

ioNote
string

Note

Response

Tool output

tool
string
required
tool_version
string
required

Output-contract version for this tool. Currently "1" for all tools.

outputs
object
required
credits_used
integer
required

Credits this call consumed, after any settlement refund. 0 when metering is disabled.

request_id
string
credits_remaining
integer | null

Credits left in the current monthly allowance, or null when metering is disabled.