API
API Authentication
API Authentication
The SeoCute API uses Bearer token authentication. All API requests must include your API key in the Authorization header.
Getting Your API Key
Go to Settings ? API Keys to generate your API key. Keep this key secure — treat it like a password.
Making Requests
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.seocute.com/v1/projectsRate Limits
Rate limits depend on your plan: Starter (500 req/hr), Pro (5,000 req/hr), Agency (20,000 req/hr), Enterprise (100,000 req/hr). Responses include X-RateLimit-Remaining headers.