Vcard Generate API
https://api.findutils.com/api/tools/vcard-generate/execute Generate a vCard (.vcf) contact card from name, organisation, emails, phones, address, URL, note and birthday. vCard 3.0 by default (imports into iOS Contacts, Google Contacts and Outlook), 4.0 on request. Values are escaped and long lines folded per RFC 6350.
Request body
application/json-
full_name
string required
Display name (FN). Required.
-
given_name
string optional
First name (N given part).
-
family_name
string optional
Last name (N family part).
-
organization
string optional
Company or organisation (ORG).
-
title
string optional
Job title (TITLE).
-
emails
array optional
Email addresses (EMAIL). The first is marked preferred.
-
phones
array optional
Phone numbers (TEL), international format recommended. The first is marked preferred.
-
street
string optional
Street address (ADR street part).
-
city
string optional
City (ADR locality).
-
region
string optional
State, province or region (ADR region).
-
postal_code
string optional
Postal code (ADR).
-
country
string optional
Country (ADR).
-
url
string optional
Website (URL).
-
note
string optional
Free text (NOTE).
-
birthday
string optional
Birthday as YYYY-MM-DD (BDAY).
-
version
string optional
vCard version. Defaults to 3.0. One of
3.0 · 4.0. Default"3.0".
Example arguments
Verified{
"full_name": "Ada Lovelace",
"emails": [
"[email protected]"
],
"phones": [
"+44 20 7946 0000"
]
} More Generators tools
- Barcode Generator Generate a 1D barcode as an SVG string from text.
- Box Shadow Generator Generate a CSS box-shadow declaration from offset, blur, spread, colour, opacity, and inset settings, or from a named preset (subtle, soft,
- Caption Generator Generate a social-media caption from a topic using built-in templates (no AI): picks a template for the content type and tone, fills in the
- Clip Path Generator Generate a CSS clip-path from a named shape (triangle, trapezoid, parallelogram, rhombus, pentagon, hexagon, octagon, star, chevron, message
- Color Palette Generator Generate a harmonious colour palette from a base hex colour: complementary, analogous, triadic, tetradic, split-complementary, or monochroma
- Css Animation Generator Return CSS @keyframes animation code (or Tailwind config, Web Animations API / React, or Framer Motion code) from a named preset such as fad