Billing and API tokens

An account on our Winston AI developer dashboard is required to create your token for authorization. If you do not already have one, please create an account and receive 2000 free credits to get started. Once registered, you will be able to generate tokens and purchase more credits if needed.

Winston AI Developer dashboard

Register an account and get 2000 free credits to try the API. No credit card required.

Credit value

The credit cost per word depends on the endpoint:

AI content detection: 1 credit per word

Plagiarism detection: 2 credits per word

AI image detection: 300 credits per image

Results interpretation

For more information about AI detection and plagiarism results, please read this page

Authentication

All API endpoints are authenticated using Bearer tokens. You can generate your tokens on the Winston AI developer dashboard.

"security": [
  {
    "bearerAuth": []
  }
]