2025-09-09
New Detector Optimization
You can now optimize your content for specific AI detection tools using the newdetector parameter.What’s New
- Detector Parameter: Choose between
"turnitin"(default) or"gptzero"to optimize your content for different detection systems - Automatic Optimization: The API automatically adjusts generation settings based on your selected detector
- Enhanced Compatibility: Improved performance across different AI detection platforms
Getting Started
Simply add thedetector parameter to your /api/stealthify requests to get content optimized for your preferred detection tool.2025-05-19
Tokens Deprecated, Words Introduced
The StealthGPT API now uses a word-based system instead of tokens. All references totokens have been replaced with words throughout the documentation and API responses.How Words Are Counted
For the /api/stealthify endpoint, the cost is now calculated asinput words + output words. This means you are charged for the total number of words in your prompt plus the words in the generated or rephrased output. For shorter requests, this results in a lower cost; for longer requests, the difference is minimal, making the new system more transparent and fair.Deprecated Fields in /api/stealthify
tokensSpent(usewordsSpentinstead)systemTokensSpenttotalTokensSpent
New Field
wordsSpent(number of words used for content generation or rephrasing)