Skip to main content
1

Sign Up and Get API Key

Create an account on the StealthGPT platform, activate API access, and add a payment method during activation (required before API access is enabled). Your API key will be available in the dashboard under the “API Key” tab.
2

Choose Your Endpoint

StealthGPT offers these HTTP APIs:

/api/stealthify

Generate or rephrase content based on your prompt

/api/stealthify/articles

Create complete undetectable blog articles with images

/api/stealthify/agent

Long-form Stealth Agent runs (academic, SEO, or social presets)
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,
        "detector": "turnitin"
    }'
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?