Skip to main content
POST
/
sms-templates
/
analyze
Analyze Sms Text
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/sms-templates/analyze \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "include_placeholder_estimate": true
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
text
string
required
include_placeholder_estimate
boolean
default:true

Response

Successful Response