Skip to main content
POST
/
v1
/
sms
/
texts
/
generate
/
simulate
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/sms/texts/generate/simulate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "instruction": "<string>"
}
'
{
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
instruction
string
required
Maximum string length: 200

Response

  • Option 1
  • Option 2
data
string[]
required