Skip to main content
Create and manage API keys to access Postzee’s public REST API programmatically. Use API keys to automate content creation, integrate with external tools, or build custom workflows.

How to access

Open the account drawer (click your avatar in the top-right) → SettingsAPI tab.
API key management requires Admin or Super Admin role. Team members with the User role cannot view or create API keys.

Creating an API key

  1. Go to SettingsAPI Keys
  2. Click Create API Key
  3. Enter a name for your key (minimum 4 characters) — use a descriptive name like “n8n automation” or “custom script”
  4. Click Create
  5. Copy the key immediately — it will only be shown once
Store your API key securely. It provides full API access to your account. Never share it publicly or commit it to version control.

Using your API key

Include the API key in the Authorization header of your API requests:
Do not use the Bearer prefix — pass the API key directly as the Authorization header value.

What you can do with the API

The public API gives you programmatic access to: See the complete API Reference for all endpoints.

Managing API keys

  • View — see all active API keys and their names
  • Delete — revoke an API key permanently (any integrations using it will stop working)
  • Regenerate — delete the old key and create a new one

Plans with API access

Rate limits

API requests are rate-limited to protect the platform: See Rate Limits for details.

Integrations that use API keys

Postzee API keys are used by:
  • n8n Integration — automate workflows with the custom Postzee node
  • AI Agents (MCP) — connect Claude Code, OpenClaw, and other AI agents
  • Custom scripts — build your own automations with the REST API

API Reference

Full API documentation and endpoints.

n8n Integration

Automate Postzee with n8n workflows.