100PercentGPT 100% GPT generated. Detector-ready.
Documentation

100PercentGPT Docs

Learn how to use 100PercentGPT for detector-aware AI content generation, SEO rewriting, blog workflows, accounts, and future API access.

Start Here

What is 100PercentGPT?

100PercentGPT helps turn GPT-generated drafts into SEO content that reads more natural, more specific, and less detector-like. It is designed for publishers, marketers, affiliate teams, local SEO operators, and agencies that need AI-generated articles with stronger originality signals.

Documentation index

This page is the public product guide. API endpoints are placeholders for now because the backend will be connected after deployment.

Quickstart

1

Create or log into an account

Use Google, Discord, or a Google email address on the register page. Existing users can return through the login page.

2

Paste an AI draft

Open the Content Lab, paste a GPT article, product page, affiliate review, or local SEO draft, then select the detector profiles you care about.

3

Review signals

Check the readiness score, signal notes, rewrite plan, SEO brief, and detector matrix before requesting a humanized rewrite.

4

Export your brief

Use the workflow matrix to move from draft intake to SERP comparison, humanized rewrite, and detector-ready export.

Your first draft

Start with content that has a clear goal. A strong brief includes the target keyword, page type, audience, brand voice, examples to include, claims to avoid, and the detector tools you want to account for.

  • Use SEO article for blog posts and topical clusters.
  • Use product page for commercial copy, FAQs, and comparison sections.
  • Use local landing page for service pages that need city-level context.
  • Use affiliate review for evaluation criteria and comparison content.

Content Lab

The Content Lab is the main working surface. It analyzes a pasted draft and gives a simulated readiness score, signal list, rewrite plan, detector matrix, and SEO brief. The demo runs in the browser, so it is safe to preview before connecting production backend logic.

Detector matrix

The detector matrix compares common AI-signal patterns across GPTZero, ZeroGPT, Originality.ai, and Copyleaks-style workflows. Use it as editorial guidance, not as a guarantee of any external detector score.

Scraped SERP table

The scraped SERP table step is used to compare competitor URLs, search intent, entities, proof points, and content gaps. This keeps the rewrite grounded in the real search landscape instead of a generic prompt.

Export brief

The export brief summarizes detector risk, SEO coverage, proof gaps, and publishing notes. It is the handoff format for editors, clients, or internal content operations.

Login and register

The account pages support Google, Discord, and Google email registration at the interface level. OAuth provider wiring should be completed on the server with your final Google and Discord app credentials.

Subscribe

The blog page includes a newsletter panel for "AI generation anti-detection resources." The subscribe button points to registration so users can create an account before receiving resource updates.

API placeholder

The API layer is intentionally left as a deployment placeholder. Replace the base URL, authentication scheme, request body, and response schema after your backend is ready.

POST https://api.100percentgpt.com/v1/rewrite
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "content_type": "seo_article",
  "target_keyword": "best ai content workflow",
  "detectors": ["gptzero", "zerogpt"],
  "draft": "Paste GPT-generated content here...",
  "mode": "humanized_seo_rewrite"
}

Webhooks placeholder

Use this section later for webhook events such as rewrite completed, export ready, detector review completed, or payment status changed.

{
  "event": "rewrite.completed",
  "job_id": "placeholder_job_id",
  "status": "ready",
  "export_url": "https://example.com/export"
}

Need help?

For setup questions, content workflow help, or production backend integration, use the contact page.

Contact support