How It Works Pricing FAQ Login
API Docs

aithor API

Programmatic access to generation, publishing and analytics. Public API access is available on the Agency plan.

Early access. The public API is rolling out to Agency customers. Request access and we'll provision a key for your account.

Authentication

All requests are authenticated with an API key sent in the request header:

X-Aithor-API-Key: <your-key>

Core endpoints

POST /api/articles/generate/Generate
GET /api/articles/List
POST /api/articles/<id>/publish/Publish
GET /api/analytics/overview/Analytics

Response format

All endpoints return a consistent JSON envelope:

{
  "success": true,
  "message": "",
  "data": { },
  "errors": { }
}

Rate limits

Generation endpoints are limited by your plan's monthly article credits. Read endpoints allow up to 120 requests per minute.

Need help?

Contact us for onboarding, higher limits, or integration support.