FadeGPT API v1

Enterprise users can call the writing tools through server-side endpoints.

Base URL: https://api.saeid.dev/api/v1/

Authentication

Send your enterprise key in the Authorization header.

Authorization: Bearer fgpt_ent_your_api_key_here

POST /humanize

curl -X POST https://api.saeid.dev/api/v1/humanize \
  -H "Authorization: Bearer fgpt_ent_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{"text":"Draft text here"}'

POST /grammar

Returns structured JSON with a corrected draft and issue list.

POST /ai_detect

Returns a review score, signals, and suggested improvements.

GET /usage

Returns usage summary for the enterprise account that owns the API key.