llms.txt Content
# EveryPage - Secure PDF sharing with reader analytics
# https://everypage.co
# Last updated: 2026-08-04
# Full page-by-page content: https://everypage.co/llms-full.txt
# Full blog article content: https://everypage.co/blog/llms.txt
## What EveryPage is
EveryPage is a PDF sharing service that lets you see who read your document,
how far they got, and how long they spent on each page. It is a privacy-first
alternative to DocSend for sharing proposals, reports, pitch decks, and any PDF
where knowing reader behaviour matters.
## Core value proposition
Upload a PDF, get a shareable link, and receive a page-by-page readership report:
a read-through funnel showing what percentage of readers reached each page, time
spent per page, returning-reader signals, referrer attribution (QR scan, email,
embed, or direct link), and optionally the email addresses of readers who pass
through an email gate. Visitor IP addresses are never stored.
## Pricing
- Free: up to 3 PDFs, 20 MB per file, core readership (views, readers, time spent)
- Basic: $9/month (or $90/year), up to 100 PDFs, 200 MB per file, full charts
including trends, read-through funnel, and page-by-page breakdown, password
protection, all viewer modes
- Pro: $29/month (or $290/year), unlimited PDFs, 2 GB per file, reader identities,
live presence indicator, CSV export, email capture gate, reader comments
## Key features
- Page-by-page reading time: every page is timed in every viewer mode
- Read-through funnel: percentage of readers who reached each page
- Pseudonymous reader identities: stable Reader #N IDs across sessions without storing IPs
- Email gate: require an email address before the document opens (Pro)
- Reader comments: viewers leave feedback on a shared document without an account,
each comment private to the owner or public to every viewer; the owner moderates
and is emailed when new feedback arrives (Pro)
- Password protection: server-side verification, password never appears in URLs (Bas
OpenAPI Spec (preview)
openapi: 3.0.3
info:
title: EveryPage API
description: >
Upload PDFs and get trackable share links programmatically. Authenticate
with a personal API key (create one at https://everypage.co/account under
API keys) sent as a bearer token.
version: "1.0.0"
contact:
email: support@everypage.co
servers:
- url: https://everypage.co
security:
- bearerAuth: []
tags:
- name: Files
- name: Variants
- name: Events
- name: Webhooks
- name: Account
- name: Embedding
p