post https://connect.routee.net/sms/analyze
Analysing an SMS is useful when the user needs information about the message before actually sending it.
Response Parameters
| KEY | DESCRIPTION |
|---|---|
| bodyAnalysis | The analysis for the body of the SMS. |
| bodyAnalysis.characters | The total number of characters of the message body. |
| bodyAnalysis.parts | The number of actual message parts (concatenated or not - more information about concadenated messages here that will be sent. |
| bodyAnalysis.transcode | Contains information for the transcoded body of the sms message. This will be available only if the message can be transcoded. |
| bodyAnalysis.transcode.message | The transcoded message of the original unicode message. |
| bodyAnalysis.transcode.parts | The number of the parts of the transcoded message. |
| bodyAnalysis.unicode | Indicates if the body contains unicode characters. |
| bodyAnalysis.unsupportedGSMCharacters | Which characters caused the message to be considered as unicode. |
| cost | The cost of the message per part |
Supported Unicode Languages
Transcoding is available for Greek, French, Italian and German locales.
ERROR CODES
| STATUS | CODE | DESCRIPTION |
|---|---|---|
| 404 | 404001001 | Account not found. |
