Skip to main content
POST
Offer a call

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
number
string
required

Recipient phone number in international format.

Example:

"5511999999999"

callDuration
integer
required

How long the call rings, in seconds (1–15).

Example:

10

isVideo
boolean

true for a video call, false for voice.

Example:

false

Response

Success — provider-native response body.

Result of offering (placing) a call to a WhatsApp contact.

id
string
required

Identifier of the offered call.

jid
string
required

WhatsApp JID of the callee the offer was placed to.

isVideo
boolean

Whether the offered call is a video call (false = audio only).

callDuration
integer

Duration in seconds after which the call is automatically terminated.