Skip to main content
POST
Send chat presence

Authorizations

apikey
string
header
required

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

Body

application/json
number
string
required

Target chat, as a phone in E.164 digits or a JID

Example:

"5511999999999"

state
string
required

Presence state: composing (typing) or paused

Example:

"composing"

isAudio
boolean

When true, shows "recording audio" instead of typing

Example:

false

Response

Success — provider-native response body.

message
string

Always "success" on HTTP 200.

data
object