Skip to content

Documentation

Everything you need to put calls behind an API. If you are new, start with Authentication, make one test call with the Voice API, then wire up Webhooks. SIP and WebRTC guides cover connecting existing systems and building in-app calling.

first-call.sh

export GTALK2VOIP_API_KEY=gk_test_...

curl https://api.gtalk2voip.com/v1/calls \
  -H "Authorization: Bearer $GTALK2VOIP_API_KEY" \
  -d to="+YOUR_MOBILE" -d from="+14155550100"