> For the complete documentation index, see [llms.txt](https://apidocs.api19.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.api19.com/call-apis/making-calls/example-code/outbound-to-tel.md).

# Outbound to Tel\#

{% hint style="info" %}
**API Token Notice**

You will need both your API Token and your Call API SID (ACCOUNT\_SID). Both are available in User Settings at the top right of the portal.
{% endhint %}

### Making an outbound call to a telephone number <a href="#making_a_call_to_a_sip_account" id="making_a_call_to_a_sip_account"></a>

The CallAPI will make a call to USA or international phone number. After the call is made and answered the fourscore.xml file will be played.

{% tabs %}
{% tab title="Curl" %}

```php
curl -X POST https://v1.api19.com/call/2012-04-24/Accounts/ACCOUNT_SID/Calls.json  \
   -d 'From=18727738823' \
   -d 'To=19392234422' \
   -d 'Url=https://example.api19.com/sample.php' \
   -u 'API_Token:API_Token'
```

{% endtab %}
{% endtabs %}

Example Responses is a menu option under Example Code.

{% hint style="info" %}
**You'll need your CallAPI Account SID and your API Token**
{% endhint %}
