Settings
Developer API
Manage API keys and view documentation.
API Keys
Use these keys to authenticate your requests. Keep them secret.
Documentation
How to use the API to send messages.
POST /api/v1/send
curl -X POST "https://your-domain.com/api/v1/send" \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"instanceName": "my-instance-name",
"number": "5511999999999",
"type": "text",
"message": "Hello from API!"
}'