Advanced Usage
Learn advanced techniques and best practices for getting the most out of the StealthGPT API, including optimization strategies and advanced configuration options
Optimizing Tone Selection
StealthGPT offers several tone options to match your content needs:
Tone Options
Standard
Default tone for general-purpose content. Balanced readability and formality.
HighSchool
Simpler style with occasional grammatical errors. High on Flesch-Kincaid Readability.
College
Semi-complex style with occasional minor errors. Medium Flesch-Kincaid score.
PhD
Complex, sophisticated style. No grammatical errors. Low Flesch-Kincaid score.
Choose the tone that best matches your target audience and content requirements.
Crafting Effective Prompts
The quality of generated content depends significantly on your prompt. Here are some techniques to improve your prompts:
Content Length Optimization
For optimal performance, we recommend keeping responses under 2,000 characters. When you need longer content:
- Break down your content needs into smaller, focused requests
- Use the
/api/stealthify/articles
endpoint for complete blog articles - Chain multiple requests together, using the output of one as input for another
Using Templates
You can include templates in your prompts to guide the structure of generated content:
Iterative Rephrasing
For maximum undetectability, consider an iterative approach:
Generate Initial Content
Create the first version of your content with rephrase: false
First Rephrasing
Submit the generated content with rephrase: true
Second Rephrasing
For even higher undetectability, submit the rephrased content for another round
Too many rephrasing iterations may affect content coherence or meaning. Test and find the optimal balance.
Multilingual Support
StealthGPT automatically detects and works with any language. To use this feature effectively:
- Ensure your prompt is written in your target language
- Keep the
isMultilingual
parameter set totrue
(default) - For content that switches between languages, provide examples in your prompt
Business Mode for Critical Content
When undetectability and quality are paramount:
Setting business: true
uses a model 10x more powerful than the standard engine, significantly improving content quality and undetectability.
This is particularly useful for:
- Academic content
- Professional documents
- Content that will undergo AI detection scrutiny
- Technical or complex subjects
Remember that business mode consumes words at a higher rate.