Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Send an outbound SMS. Metered; gated until the 10DLC campaign is approved.
cURL
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>" } '
{}
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
POST /v1/auth/keys
"+14155551234"
Queued.
The response is of type object.
object