vote up 4 vote down star
3

Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with voicemails, send/receive SMS messages, initiate calls, etc. What is the Android client using? Something internal? Has anyone documented it?

flag

57% accept rate
1  
A question to ask Google. Voice is still rather in private testing and most of SO would not have an account on Google Voice. – thephpdeveloper Nov 3 at 16:51
You may also want to look into VoiceXML en.wikipedia.org/wiki/VoiceXML – The Feast Nov 3 at 16:52
VoiceXML is not quite right, since Google Voice does almost no voice processing, just signaling and routing. – Adam Goode Nov 3 at 16:53

3 Answers

vote up 4 vote down check

"pygooglevoice" can perform most of the voice functions from Python. It can send SMS. I've developed code to receive SMS messages, but the overhead is excessive given the current Google Voice interface. Each poll returns over 100K of content, so you'd use a quarter-gigabyte a day just polling every 30 seconds. There's a discussion on Google Code about this.

I've heard a rumor that a Google Voice API will appear in about two weeks, so it's worth waiting.

link|flag
For reference: code.google.com/p/pygooglevoice – Adam Goode Nov 11 at 19:53
vote up 1 vote down

There is a C# Google Voice API... there is limited documentation, however the download has an application that 'works' using the API that is included:

https://sourceforge.net/projects/gvoicedotnet/

link|flag
vote up 2 vote down

There isn't an official API, but this page might be useful: http://posttopic.com/topic/google-voice-add-on-development

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.