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. For example, in the predict endpoint, one word equals one credit. For plagiarism, one word equals two credits.

For the image detection feature, each image costs 300 credits.

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": []
  }
]