Can API/Webhook delivery be automatic?
Yes. You choose the mode: deliver or expose article data automatically when it is ready, or require confirmation first. Your website or backend still decides how to render or store the content.
Send AI-generated articles to your own endpoint automatically or after approval using signed webhook deliveries.
API/Webhook is for custom websites and unsupported CMS stacks. Your site can pull approved or auto-published articles from AymarTech with an API key and receive webhook notifications when article state changes.
Use this when you control the codebase, want custom rendering, or need AymarTech to notify your backend with either automatic delivery or confirmation before article data is exposed.
Payload AymarTech exposes published articles through the Publishing API and can send article_published, article_updated, and article_unpublished webhooks. Webhook payloads include event, article id, slug, headline, published state, and updatedAt; API article responses include article content and metadata for rendering.
All connection forms, OAuth buttons, target pickers, publish-mode settings, and test actions are inside the AymarTech dashboard. Choose automatic publishing or require confirmation before go-live.
Open dashboard integrations →Yes. You choose the mode: deliver or expose article data automatically when it is ready, or require confirmation first. Your website or backend still decides how to render or store the content.
Most sites use /articles for lists, /articles?slug=... for detail pages, and /sitemap for SEO discovery.
No. They are optional, but useful for cache revalidation and downstream workflows.
Use X-Webhook-Signature with your shared secret. X-Webhook-Secret is also sent when configured for simpler validation.
The dashboard shows the project API key, publish API base URL, webhook URL field, secret field, and test actions.