# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.api19.com/call-apis/making-calls/example-code/outbound-to-tel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
