API Reference

StratGen REST API

Integrate StratGen into your applications and automate your SEO workflows with our complete API.

v1.0 — Stable

Authentication

All API requests must include your API key in the Authorization header. You can generate and manage your keys from the API Keys tab in your workspace settings. API access is available exclusively with the Enterprise plan.

Request example
curl -X GET https://stratgen.fr/api/workspaces \
  -H "Authorization: Bearer sk_live_votre_cle_api" \
  -H "Content-Type: application/json"

Important: Never share your API key. Use environment variables.

Main endpoints

GET/api/workspaces
POST/api/workspaces
GET/api/workspaces/:id/projects
POST/api/workspaces/:id/projects
PATCH/api/workspaces/:id/projects/:projectId
DELETE/api/workspaces/:id/projects/:projectId
GET/api/workspaces/:id/content-plans
GET/api/workspaces/:id/members
POST/api/workspaces/:id/members
GET/api/workspaces/:id/projects/:projectId/competitors
GET/api/workspaces/:id/api-keys
POST/api/workspaces/:id/api-keys

SDKs & libraries

cURL / REST

Use cURL or any HTTP client to integrate the REST API directly

No installation required
JavaScript / TypeScript

Official SDK for Node.js and modern browsers

Coming soon
Python

Python client with native async/await support

Coming soon

Rate limits

API access is available exclusively with the Enterprise plan.

PlanRequestsBurst
Agency10 000 / heure50 / seconde
REST API

Ready to integrate StratGen?

Create your account, generate your API key, and start automating your SEO workflows in minutes.