Analysis
Files
The Analysis API allows you to analyse messages in more detail. For example, running a SpamAssassin report.
Perform a spam test
GET: /api/analysis/spam/:id
Perform spam testing on the specified email.
Path parameters
id: String The identifier of the email to be analysed.
//code snippets