We developed our Social Media Account Classifier to be straightforward and flexible. Our API is compatible with every major programming language, and all that is required is a minimum of 10 English text samples. We recommend 50 - 400 samples for better results.


Note: Samples must be an array of text samples. Each of your samples must be 20 characters or more and cannot exceed 800 characters. 


curl --location --request POST 'https://apis.botsentinel.com/<YOUR-UNIQUE-ID>/v1/en/analyze' \
--header 'X-BLOBR-KEY: <YOUR-API-KEY>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'samples=["Short sentence example 1.","Short sentence example 2.","Short sentence example 3.","Short sentence example 4.","Short sentence example 5.","Short sentence example 6.","Short sentence example 7.","Short sentence example 8.","Short sentence example 9.","Short sentence example 10."]'


Response

{

  "success": true,

  "score": "string"

}