Writer & Humanizer
Generate or rephrase content with the /api/stealthify endpoint
The /api/stealthify
endpoint is the core of the StealthGPT API, allowing you to generate new content or rephrase existing text to be undetectable by AI detection tools.
Request Parameters
Your unique API authentication token. You can find this in your StealthGPT dashboard under the API Key tab.
The text prompt for content generation or the text to be rephrased
Set to true
to rephrase the provided prompt text, or false
to generate new content based on the prompt
Controls the style and complexity of the generated content
Indicates the detail level of the response
When set to true
, uses a model 10x more powerful than the standard engine, making content more undetectable and coherent. Consumes more words.
When true
, allows the model to produce or work with content in any language based on the prompt’s language context.
Response
The generated or rephrased content
A score from 0 to 100 indicating how likely the content is to be detected as AI-generated (lower is better)
Number of words remaining in your account after this request
New: Replaces tokensSpent. Number of words used for the content generation or rephrasing.
Number of tokens used for the content generation or rephrasing
Total number of tokens consumed by this request
Number of tokens used by the system for processing the request
Example Request
Example Response
Usage Notes
- For optimal performance, we recommend keeping responses under 2,000 characters
- The quality and relevance of generated content depends on the phrasing of your prompts
- For more advanced usage techniques, see our Advanced Usage Guide