contentSpamicity
- Home
- Moderation
- SvcSpamClassify
- contentSpamicity
contentSpamicity
Give probability that content is spam.
Parameters
| Name | Description |
| xrefType required | Xref Type of the content. |
| xrefID required | Xref ID of the content. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/svcSpamClassify?action=contentSpamicity&xrefType=blog_post&xrefID=117101925&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 8 9 10 11 |
{ "service":"svcSpamClassify", "action":"contentSpamicity", "code":1, "message":"Successfully retrieved spamicity.", "item":{ "xrefID":"117101925", "xrefType":"blog_post", "spamicity":0.90647248883955 } } |
Service Information
| Service | svcSpamClassify |
| Method | contentSpamicity |
| Type | REST |
| Response Types | JSON, XML |