Skip to main content

API Usage FAQs


Where do I get an API key / connection key? Go to Dashboard → Integrations → API Key and click Generate New Key. Copy it immediately — it's only shown once. See Getting Your Connection Key.


Do I need the API key if I'm using a no-code tool like n8n or Make? Not necessarily — many no-code tools can connect using your Inbound Webhook URL instead, which is simpler to set up. See Getting Your Connection Key.


How do I trigger a call from another tool? Use the call-triggering API from your CRM, spreadsheet, or automation tool so a call starts automatically when something happens elsewhere — e.g. a new lead comes in. See Triggering Calls.


How do I get notified when a call finishes? Set up an outbound webhook so HuskyVoice.AI sends the summary, outcome, and next steps to your CRM, Google Sheet, or messaging app after every call. See Webhooks and Event Types.


How many API requests can I make? Up to 60 actions per minute per connected tool. There's also a daily cap on outbound calls (50/day on the Base plan; no cap on Professional/Enterprise). See Rate Limits.


What happens if I go over the rate limit? Extra requests are paused and your tool is asked to retry shortly. Most automation tools handle this automatically. See Rate Limits.


I'm getting an error response — what does it mean? Check Error Codes for plain-English explanations of common API and webhook errors.


Where can I find full technical/API reference docs? The complete developer API reference — endpoints, request/response formats, and auth details — is at the API Reference site, separate from this Platform Guide.


My API key stopped working — what do I do? Generate a new key from Dashboard → Integrations → API Key and update it in your connected tool. See Getting Your Connection Key.