Skip to main content
POST
cURL

Description

Starts a new phone call. This endpoint is in private beta, email us at team@callrounded.com to get access.

Authorizations

Authorization
string
header
required

Authentication header containing your API key in the format "Bearer API_KEY".

Body

application/json

Information required to start the call

from_number
string
required

Phone number emitting the call, in E.164 format. It must be a phone number from your Rounded organization.

Example:

"+33912345678"

to_number
string
required

Phone number receiving the call, in E.164 format.

Example:

"+33612345678"

agent_id
string<uuid>
required

Id of the agent making the call. You can get the id from your agent's config page URL, e.g. https://app.callrounded.com/agents/**411b82c8-462a-4e1b-89bc-10ab3ce1ed29**.

Example:

"411b82c8-462a-4e1b-89bc-10ab3ce1ed29"

dynamic_variables_values
object

Values for the variables that should be initialized before call starts, provided as a JSON object.

Example:

Response

Call created successfully

call_id
string<uuid>

Unique identifier of the initiated call.