Check a document before sending
check_documentCheck an HTML document for the problems a recipient will notice and you cannot: links that lead nowhere, images that will not load, placeholder text left in, http:// references the viewer blocks. Call this BEFORE handing someone a share link — a hallucinated URL or a dead CDN image is invisible while writing and obvious when reading. Pass html to check a draft, or shortId to re-check something already published after fixing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | A draft to check before publishing. Use this or `shortId`. | |
| shortId | No | An already-published document to check. Use this or `html`. | |
| editToken | No | The edit token, if this key did not publish the document. |