Get started with Knowted's API
Knowted offers a robust API that allows you to use the platform as a headless CMS. This means you can manage your content in Knowted but display it anywhere—in your own web app, a mobile application, or a custom site. For example, our own Knowted Blog is powered entirely by this API.
Create your API Key
Knowted uses API Keys to authenticate requests. To create one:
- From your Knowted dashboard, navigate to Integrations.
- Under the API Keys section, click Create API Key.
- Give your key a descriptive name (e.g., "Production Website") and click Create.
Security Note: Treat your API keys like passwords. Never share them in public forums or check them into source control (GitHub).
Revoking API Keys
If a key is compromised or no longer needed, you can revoke access instantly from the Integrations page by clicking Revoke next to the specific key. Once revoked, any further requests using that key will be rejected.
Using the API
To authenticate your requests, include your key in the Authorization header of your HTTP request.
Header Format:
Authorization: API-Key {Your_Key_Here}
Full Documentation
For a complete list of endpoints, schemas, and parameters, please visit the /docs/path of your specific Knowted URL.
Example: ask.knowted.co/docs/