

Keytomic settings screen
Keytomic is a lightweight companion plugin for the Keytomic platform. It allows Keytomic to send blog drafts to your WordPress site using a secure REST API endpoint.
The plugin does not generate content inside WordPress. It receives a request from Keytomic and creates or updates a post on your site based on the payload you provide.
Requests must include the Authorization header:
Authorization: Keytomic YOUR_API_KEY
(As a fallback, apiKey may also be provided in the JSON payload.)
This plugin is designed to be used with the Keytomic platform and requires an API key generated in your Keytomic account.
This plugin does not send your site’s content to Keytomic on its own. It only processes inbound requests made to your site’s endpoint.
Data handled:
– API key (entered by the site admin and stored as a hash in WordPress options)
– Post data received from Keytomic (title, slug, summary/excerpt, content, optional hero image URL and alt text, optional SEO description)
When data is processed:
– When Keytomic sends a request to your site’s REST endpoint
– When the plugin downloads a featured image from a URL provided in the request (if used)
External service links:
– Keytomic: https://keytomic.com
– Privacy Policy: https://keytomic.com/privacy
– Terms of Service: https://keytomic.com/terms