Início
Instances
Chat
Message
Group
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Settings
Profile Settings
Chat
Send Presence
Send Presence (typing…)
POST
/
chat
/
sendPresence
/
{instance}
Copy
curl --request POST \
--url https://{server-url}/chat/sendPresence/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>",
"options": {
"delay": 123,
"presence": "composing",
"number": "<string>"
}
}'
Authorizations
Your authorization key header
Path Parameters
Name of the instance
Body
application/json
Copy
curl --request POST \
--url https://{server-url}/chat/sendPresence/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>",
"options": {
"delay": 123,
"presence": "composing",
"number": "<string>"
}
}'
Assistant
Responses are generated using AI and may contain mistakes.