Skip to main content
POST
/
v1
/
phone
/
{id}
/
sms
Send SMS
curl --request POST \
  --url https://api.usenaive.ai/v1/phone/{id}/sms \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "+14155551234",
  "body": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Body

application/json
to
string
required
Example:

"+14155551234"

body
string
required

Response

Queued.

The response is of type object.