v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBAnalyse an SMS message
Analysing an SMS is useful when the user needs information about the message before actually sending it.
post/sms/analyze
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"bodyAnalysis": {
"parts": 1,
"characters": 58
},
"cost": 0.036
}