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

# Test API Token

> Verify your API token is working correctly

<ParamField body="input" type="string">
  Test input (e.g., "check")
</ParamField>

<RequestExample>
  ```json theme={null}
  {
    "input": "check"
  }
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "API token is valid"
  }
  ```
</ResponseExample>
