Getting Started
The TitanCard API allows you to programmatically manage your digital business cards and connections. Use it to build custom integrations, sync with your CRM, or automate your networking workflow.
API Keys
Generate API keys from your dashboard to authenticate requests.
Scoped Access
Control what each API key can access with granular scopes.
Base URL
https://titancard.io/api/v1Quick Example
curl -X GET "https://titancard.io/api/v1/cards" \
-H "Authorization: Bearer tc_live_xxxxxxxxxxxx" \
-H "Content-Type: application/json"Rate Limits
API requests are rate limited to ensure fair usage. Rate limit information is included in response headers.
| Plan | Rate Limit |
|---|---|
| Free | 100 requests/hour |
| Pro | 1,000 requests/hour |