- Does Voka AI have a public API?
- Yes. Voka AI exposes a versioned REST API under the /api/v1 prefix. It lists and fetches calls, pulls a call transcript on demand, lists and fetches voice assistants, places outbound calls, and manages webhook subscriptions. Access is by API key, and keys are created and revoked in the Voka portal against the scopes you choose: read_calls, read_assistants, manage_webhooks and outbound_calls. The full key is displayed once, at creation. Reference documentation is at docs.vokaai.com.
- Can Voka AI make outbound calls?
- Yes, but it does not decide to. Voka AI exposes POST /api/v1/outbound-calls, and something on your side has to call it: an n8n, Zapier or Make workflow, or your own code. The request names the assistant to use and the number to dial in E.164, and can carry a variables object whose values are interpolated into that call’s prompt, plus opaque metadata that is handed back to you on the completion webhook. There is no dialer, no campaign screen, no contact list and no scheduler inside Voka, so if a call should go out at a particular time, your system is what has to be awake to ask for it.
- What webhook events does Voka AI send?
- Three. call.completed fires after a call has ended and its post-processing has finished, call.transcript.ready fires once the full transcript is available, and call.insight.received fires once the AI analysis of that call has been processed. You subscribe an endpoint through POST /api/v1/webhook-subscriptions. Every delivery is signed with HMAC-SHA256 over the timestamp and the raw request body, using a secret that is returned exactly once when the subscription is created, and each delivery carries a timestamp header so a replayed request can be rejected.
- Does Voka AI work with n8n, Zapier and Make?
- Yes, and on all three the app is included with a voice plan rather than sold as an add-on. n8n has an official Voka community node, n8n-nodes-vokaai, installable from the community-nodes screen: a trigger node that subscribes to the call events and verifies the HMAC signature for you, and an action node that lists calls, fetches a call, pulls a transcript, lists assistants and places an outbound call. Zapier and Make have official Voka apps with call triggers that carry the full payload. All three sit on the same public API, so none of them is required.
- Can Voka AI connect to a system it does not already integrate with?
- Yes, in two ways. If you can expose the system as a Model Context Protocol server over HTTP, you add its URL and credentials to your assistant and the assistant calls your tools live during the conversation, so the result can change what it says next. Bringing your own MCP server is included on every Voka plan. If you would rather not build and run that yourself, Voka builds bespoke connectors as a paid engagement, scoped and priced per project.
- Does Voka AI do custom implementation work?
- Yes. Voka’s Forward Deploy Engineering Services team takes paid fixed-fee engagements on a case-by-case basis. That covers custom connectors for platforms that are not supported out of the box, bespoke assistant behaviour, and embedding Voka inside another product. Work is scoped and priced per project before it starts, and the scoping conversation is free. Voka is a small team, so engagements are accepted selectively. Enquiries go to support@vokaai.com.
- What does a custom Voka AI engagement cost?
- There is no rate card, because there is no standard job. Engagements are scoped and quoted as a fixed fee once the requirement is clear, and the scoping conversation costs nothing. For comparison, the self-serve product is month to month with no contract: plans run from $19 to $229 a month, the Square Appointments and Acuity Scheduling add-on is $19.99 a month, Google Calendar is $9.99 a month, and connecting your own MCP server is included on every plan.
- Is there a Voka AI page for law firms, accountants or financial planners?
- Yes. Voka AI publishes a dedicated page for each: /law-firm-ai-receptionist covers intake calls and consultation booking for law firms, /accounting-ai-receptionist covers accounting and CPA practices, and /financial-planning-ai-receptionist covers financial planning firms. Those pages describe the standard self-serve product for those verticals. This page covers the API, the automation platforms and custom engineering work.