Getting Started
Authentication
Learn how to authenticate your requests to the StealthGPT API
Obtaining Your API Token
To use the StealthGPT API, you’ll need an API token that uniquely identifies your account and authorizes your requests.
1
Sign Up
Create an account on the StealthGPT platform
2
Purchase Words
Buy words to enable API access
3
Access Your API Token
Find your API token in the StealthGPT Dashboard under the “API Key” tab
Keep your API token secure. Don’t share it publicly or commit it to version control systems. Treat it as you would any sensitive credential.
Using Your API Token
Include your API token in the headers of all requests to the StealthGPT API.
Replace YOUR_API_TOKEN
with the actual token from your dashboard.
Token Security
If you believe your API token has been compromised:
- Go to the StealthGPT Dashboard under the “API Key” tab
- Use the regenerate option to create a new API token
- Update your applications with the new API token as soon as possible