/v1/cards/create
Programmatically create and initialize a new Snick Card canvas with custom theme, brand assets, and action CTAs.
import { SnickCardClient } from '@snickcard/sdk';
const client = new SnickCardClient({
apiKey: 'snick_test_sk_9f83a12d7c904e12b34a5678',
});
const newCard = await client.cards.create({
entityName: 'Apex Trading & Signals',
category: 'Whop Creator & Web3 Trading',
headline: 'Daily Nasdaq-100 Futures Breakouts & Exclusive Whop Community',
theme: 'royal-gold',
primaryColor: '#EAB308',
});
console.log('Created Card Handle:', newCard.handle);Interactive Test Playground
Live Mock SandboxQuickstart Solution Recipes (3)
Production Architecture PatternsHealthcare / DSNP Integration Recipe
Humana FHIR API -> Wallet Pass
Transform Humana & Dual Special Needs Plan (D-SNP) member records into 1-click Apple/Google Wallet pass assets with real-time benefit updates.
Whop Creator Auto-Onboarding Recipe
Whop Membership Purchase -> Snick Card Instant Provision
Automate instant digital card generation upon Whop store checkout webhook, binding discord access and daily signal feeds to customer pass.
Real Estate CRM Property Pass Recipe
KVCore / Follow Up Boss -> Digital Listing Pass
Generate dynamic digital open house property passes for luxury realtors, pushing price drop alerts directly to homebuyer lock-screens.