Get Started with your Free Developer Account
Language: Python (see comments for additional languages)
Function: API Call
1. Go to www.plivo.com/accounts/register  and sign up for an account.
2. Follow the steps in your activation email. You now have access to $10 free developer credits each month until you upgrade to a standard account.
3. Create an Endpoint by visiting this link, https://www.plivo.com/endpoint/. Click on âNew Endpointâ and fill in the required details. For the purpose of this tutorial,Â
Username - yoda, Password - obiwan, Alias - obiwan
Make a note of the username Plivo assigns you. It will be something like yodaXXXXXX where XXXXXX are random numbers
 1. Download a Softphone.
If you are using Windows/Mac. Download X-Lite http://www.counterpath.com/x-lite-download.html
For linux, Download blink. http://projects.ag-projects.com/projects/documentation/wiki/Repositories
 2. Open the softphone. On Mac, in the menu bar, click X-lite -> Preference. Choose the Accounts tab and click on the â+â button.
 3. Use your endpoint credentials here,
User ID - yodaXXXXXX
Domain - phone.plivo.com
Password - obiwan
Display Name - Yoda
Authorization Name - yodaXXXXXX (same as your username)
 Click on OK when youâre done.
 4. Your endpoint entry in the list would be shown as Enabled.
To Make the Call Using API
1. Install the Plivo Python package by typing the following in the terminal and hitting enter:
pip install plivo.Â
If you donât already have Pip installed, youll want to follow this guide (for Mac) first: http://guide.python-distribute.org/installation.html#installing-pip
2. Copy this code in your prefered text editor.
https://gist.github.com/tsudot/5209760
Make sure you replace the auth_id and auth_token variables with your AUTH ID and AUTH TOKEN found here, https://www.plivo.com/dashboard/
Replace the âtoâ variable with your full endpoint SIP URI.
 3. Save it as plivo_call.py. Run the script by typing âpython plivo_call.pyâ in your terminal.
Welcome to Plivo! Should you have any questions, feel free to ping our 24/7 live chat support at www.plivo.comÂ