Get a document
everypage_get_fileRetrieve share links, protection, and live status for an EveryPage document using its UUID, short link, or share URL.
Instructions
Look up one EveryPage document and report its share links, how it is protected, and whether it is still live. Accepts a UUID, a short link id, or a share URL pasted straight from the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The document: its UUID, its short link id, or a full share URL (e.g. https://everypage.co/aB3xY9kQ2mZ7). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The full document record. | |
| uuid | Yes | The document's canonical UUID. | |
| qr_url | Yes | PNG QR code for the share link. Public - no credentials needed to fetch it. | |
| shortId | No | The document's short share-URL alias. | |
| fileName | No | The document's display name. | |
| shareUrl | Yes | The tracked share link to send to a reader. | |
| embed_code | Yes | Ready-to-paste <iframe> that embeds the document. |