Mark content as externally posted
Report where your integration already published a Hrizn content item. Requires X-API-Key, content:write, and the API_ACCESS plan entitlement. The key-associated site constrains both reads and conditional writes; missing content and content belonging to another site return the same 404. Only posted_url is accepted; site, customer, and actor IDs are never accepted.
This records the existing manual posted marker and URL, without crawling, independently verifying, or publishing the page. Generation state, CMS publishing state, and telemetry are unchanged. This callback does not add content to /content/published or make /content//publish-data available.
marked_posted_at is the server-recorded first report time, not an external publication date. Corrections preserve it. Retrying the current URL is a no-op; a different URL replaces it. The last successfully applied update wins. Serialize corrections per content ID and stop superseded retries; there is no event version. On contention (409), retry only the latest payload. X-Idempotency-Key response caching is not supported; authorization reruns on every call. Backfill known content-ID/URL pairs one request at a time; no scanning, batch, unpublish, or new MCP tool is provided.
Authorizations
Your Hrizn API key (prefix hzk_)
Path Parameters
Hrizn content UUID returned by create; never an external CMS, job, or IdeaCloud ID.
Body
Absolute HTTP(S) URL with no embedded credentials. Surrounding whitespace is trimmed before validation; the trimmed URL must be at most 4096 characters.
4096"https://www.example.com/blog/hybrid-suv-guide"
Response
External publication recorded, corrected, or already current
