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/workspacesPOST
/api/workspacesGET
/api/workspaces/:id/projectsPOST
/api/workspaces/:id/projectsPATCH
/api/workspaces/:id/projects/:projectIdDELETE
/api/workspaces/:id/projects/:projectIdGET
/api/workspaces/:id/content-plansGET
/api/workspaces/:id/membersPOST
/api/workspaces/:id/membersGET
/api/workspaces/:id/projects/:projectId/competitorsGET
/api/workspaces/:id/api-keysPOST
/api/workspaces/:id/api-keysSDKs & 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.
| Plan | Requests | Burst |
|---|---|---|
| Agency | 10 000 / heure | 50 / seconde |
REST API
Ready to integrate StratGen?
Create your account, generate your API key, and start automating your SEO workflows in minutes.