# Sending an Outbound Call Request via Postman

{% hint style="danger" %}
**Are you using postman?**

*When using curly braces in the query parameters, make sure you encode the content of your curly braces. If sent without the encoding, your request will return empty*.&#x20;
{% endhint %}

![SteStart adding POST as the type of the API request](https://3877181490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_81A0PNZfdawu_TPAO%2Fuploads%2Ff4uhipAgpGD4euJD2Ias%2Fimage%20\(20\).png?alt=media\&token=03d6c8e0-6100-4082-b79b-fbf1e06e2ede)

{% hint style="warning" %}
**Are you within the limits?**

*Studio’s outbound call limits that is! We currently only allow one call/session per second however if your virtual agent needs to make more calls we can increase the limit up to 5 outbound calls per second.*&#x20;

*If you require an increased limit, please email* [*<mark style="color:purple;">support@aistudio.vonage.com</mark>*](mailto:support@aistudio.vonage.com) *with the following details:-*

* *API key*&#x20;
* *Agent ID(/s)*
* *Increase request: You can choose to increase your limit to 3 or 5 calls per second* &#x20;

*Once you receive confirmation from our teams that your request has been processed, please publish your agents and wait for about 5 minutes before you start triggering any new outbound calls.*

*Please note that if your agent is not approved for a higher limit, any call made over the 1 call per second limit will fail and return a 429 error!*
{% endhint %}

## Step by Step

1. Start adding `POST` as the type of the API request.

&#x20; 2\. Add the endpoint based on agent region

**EU** region --> [<mark style="color:purple;">`https://studio-api-eu.ai.vonage.com/telephony/make-call`</mark>](https://studio-api-eu.ai.vonage.com/telephony/make-call)

**US** region --> [<mark style="color:purple;">`https://studio-api-us.ai.vonage.com/telephony/make-call`</mark> ](https://studio-api-us.ai.vonage.com/telephony/make-call)

&#x20; 3\. Continue with the headers --> `X-Vgai Key` (Don't forget to add the value of the `Vgai key` after you generated it)

![](https://3877181490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_81A0PNZfdawu_TPAO%2Fuploads%2F1wqihVEDkWOdxytHVrZ0%2FScreen%20Shot%202022-01-12%20at%2014.27.45.png?alt=media\&token=f069725f-b64d-4725-b16b-2b1462e2086f)

{% hint style="info" %}
*You can find the* `X-Vgai-Key` *on the top right of your canvas. Click on the "user" icon, and then "Generate API Key".*
{% endhint %}

&#x20; 4\. Then add the BODY of the request. Make sure your body tag is set as JSON.  Learn more about syntax [<mark style="color:purple;">here.</mark>](https://studio.docs.ai.vonage.com/voice/get-started/telephony#how-to-prepare-your-outbound-call-query)

![](https://3877181490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_81A0PNZfdawu_TPAO%2Fuploads%2FyfoVXRwaR23HPbH8EQnI%2FScreen%20Shot%202022-01-12%20at%2014.21.17.png?alt=media\&token=f08ee0ff-2353-404d-9e8d-94698f8c0fe9)
