Loading...
Loading...
Manage your WohoTech API access
10,000 calls/month • Renews in 15 days
wk_live_****************************abc123
12,450
calls
wk_test_****************************xyz789
3,420
calls
# Install the SDK
npm install @wohotech/sdk
# Initialize with your API key
import WohoTech from '@wohotech/sdk'
const ai = new WohoTech('YOUR_API_KEY');
# Make a request
const response = await ai.chat('Hello!');
console.log(response.text);