Skip to content

Quickstart

By the end of this page you will have created a credential, made an authenticated request, and received one signed webhook.

In the Talki dashboard, go to Impostazioni → Integrazioni → API and create a key. You will see the secret once. Talki stores only a hash of it and cannot show it to you again — if you lose it, revoke it and create another.

Keys are prefixed so they are recognisable in a log or a paste:

talki_live_… production
talki_test_… test mode
Terminal window
curl https://api.talki.it/v1/calls \
-H "Authorization: Bearer $TALKI_API_KEY" \
-H "Talki-Version: 2026-10-01"

Never trust an unverified payload. See Webhooks for the signing scheme and cross-language examples.