1

Sign Up and Get API Key

Create an account on the StealthGPT platform and purchase words to access the API. Your API key will be available in the dashboard under the “API Key” tab.

2

Choose Your Endpoint

StealthGPT offers two main endpoints:

/api/stealthify

Generate or rephrase content based on your prompt

/api/stealthify/articles

Create complete undetectable blog articles with images

3

Send Your First Request

Make your first API call using one of our code examples:

curl --location 'https://stealthgpt.ai/api/stealthify' \
    --header 'api-token: YOUR_API_TOKEN' \
    --header 'Content-Type: application/json' \
    --data '{
        "prompt": "Write a paragraph about artificial intelligence",
        "rephrase": false
    }'
4

Explore and Experiment

Experiment with different parameters and settings to optimize your content generation. Check our API Reference for detailed parameter options.

What’s Next?