Publish AI-written articles into Payload CMS
AutoInk publishes articles into a Payload CMS collection through the REST API — writing the title, body, slug, and draft status, with optional locale support, into the collection you name (default posts).
What AutoInk publishes to Payload
- → Title, body (HTML or Markdown), and slug
- → Draft status (
_status) — draft or published - → Optional locale for multi-language collections
How to connect Payload
- 01 Create an API key
Enable API keys on your Payload auth collection (usually
users) and generate one for AutoInk. - 02 Add Payload to the project
Enter your Payload URL, the API key, and the target collection (default
posts). - 03 Set status + locale
Choose
draftorpublished, and set alocaleif your collection is localized.
Targets the Payload REST API (/api/{collection}). The auth collection defaults to users and is configurable.
One pipeline, not just publishing
Publishing is the last step. AutoInk also discovers keywords, drafts the article, and tracks daily whether AI engines cite it — so a post on Payload is measured, not just shipped. See pricing or browse every integration.
Which collection does AutoInk write to? +
posts). Title, body, slug, and draft status are written to it via the REST API.Does it support drafts and locales? +
_status to draft or published, and pass a locale for localized collections.How does AutoInk authenticate? +
users), sent on each REST request.