Manage your API keys for accessing the QuillKit API
Add QuillKit to your HTML with a simple script tag:
Include your API key when initializing the editor:
const editor = QuillKit.init('#my-editor', {
apiKey: 'YOUR_API_KEY_HERE',
// Your configuration options
});
For enhanced security, you can restrict API keys to specific URLs. When creating a key, specify allowed origins to prevent unauthorized use on other domains.
https://myapp.com - Exact domainhttps://*.myapp.com - All subdomainshttp://localhost:3000 - Local developmentAPI rate limits vary by plan: