X-API-KEY header with your Writesonic API key.
How to Find Your API Key
Log in to Writesonic
Go to app.writesonic.com and sign in with your account.
Open the API Dashboard
Hover over your profile picture in the top-right corner and select API Dashboard from the menu.
Base URL
All GEO API endpoints use the following base URL:Authentication Header
| Header | Value | Required |
|---|---|---|
X-API-KEY | Your Writesonic API key | Yes |
Content-Type | application/json | Yes |
Error Responses
| Status Code | Meaning |
|---|---|
401 | Missing or invalid API key |
403 | API key valid but insufficient permissions |
422 | Validation error in request body |
429 | Rate limit exceeded |
