developers
Public API and webhooks
Authenticate with API keys, explore the OpenAPI schema, and subscribe to publish-gate webhooks.
Magik SEO exposes a versioned public HTTP API for programmatic content workflows.
OpenAPI schema
In non-production environments the filtered schema is available at:
GET /v1/openapi.json
Production hides the schema by default. Use your deployment's developer portal or request a sandbox export from your account team.
Authentication
Send your workspace API key in the X-Api-Key header. Keys are scoped to a single workspace and enforce the api_access entitlement (default-deny).
Webhooks
Publish-gate events (draft approved, export completed) can deliver signed webhook payloads when configured in workspace settings. Retry and dead-letter behaviour is documented in the platform runbook.
Rate limits
Tier-based rate limits apply per API key. Exceeding limits returns 429 with a Retry-After header.