Send SMS
SMS
Send SMS
Send an SMS message using your phone number
POST
Send SMS
This endpoint allows you to send SMS messages using your purchased phone numbers. The SMS will be sent via Twilio and costs will be automatically deducted from your account balance.Documentation Index
Fetch the complete documentation index at: https://docs.voicery.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
The ID of your phone number to send the SMS from (must be SMS-capable)
The recipient’s phone number in international format (e.g., “+1234567890”)
The SMS message content (max 300 characters)
Response
Success message confirming SMS was sent
Error Responses
400 Bad Request
500 Internal Server Error
Notes
- The sender phone number must belong to the authenticated user
- The sender phone number must be SMS-capable
- The phone number subscription must be active (not expired)
- Sufficient account balance is required to cover SMS costs
- Phone numbers are automatically formatted to E.164 format
- SMS costs vary by destination country and are charged per segment
- Long messages may be split into multiple segments, increasing the cost
- The recipient phone number must be valid according to international standards

