> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gowinston.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

## 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.

<Card title="Winston AI Developer dashboard" icon="leaf" href="https://dev.gowinston.ai">
  Register an account and get 2000 free credits to try the API. No credit card required.
</Card>

## Credit value

The credit cost per word depends on the endpoint:

• <strong>AI content detection</strong>: 1 credit per word

• <strong>Plagiarism detection</strong>: 2 credits per word

• <strong>Fact Checker </strong>: 2 credits per word

• <strong>AI image detection</strong>: 300 credits per image

• <strong>Advanced AI image detection</strong>: 500 credits per image

• <strong>Text compare</strong>: 1/2 credit per total words found in both texts

## Results interpretation

<Note>
  For more information about AI detection and plagiarism results, please read <a href="https://gowinston.ai/interpreting-our-ai-detection-scores/" target="_blank">this page</a>
</Note>

## Authentication

All API endpoints are authenticated using Bearer tokens. You can generate your tokens on the <a href="https://dev.gowinston.ai" target="_blank">Winston AI developer dashboard</a>.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```
