How can we help?
Guides and answers for everything Quorum, from your first briefing podcast to workspace and file management.
developer
33 articles
Fetch a page in one call
The same work as the extract call, with the request held open until the page is done and the Markdown returned directly.
Watch an extraction
Server-sent events for one job: its state now, every change after it, and the finished page. Closes when the job does.
Read an extraction's progress
One frame of a job's state without its Markdown, for a progress bar that should not carry a page's text with every poll.
Collect an extraction
Poll a job that answered 202. Returns its state while it runs and the Markdown once it is done.
Fetch a page
Give Kerf an address and get the page as Markdown, in the order a person reads it, as a job you can wait for or collect.
Watch a review as it runs
A server-sent event stream of a review's progress, ending when the review does. It never carries the result.
Read a review's progress
One progress frame for a review that is still running, without collecting it or settling its bill.
Collect a draft review
Poll a review that answered 202. Returns progress while it runs and the full result once it is done.
Review a draft
Check every claim in a draft against a loaded batch. Attest extracts the claims itself, splits compound sentences, and returns one result per claim in draft order.
Delete a draft
Drop an uploaded draft from memory once its review is collected.
Upload a draft
Upload the draft to review as a file, so the review runs against the exact bytes you hold and the returned hash proves it.
Delete a batch
Drop a batch and every document in it from memory, once the work is done.
List loaded batches
The batches currently held in memory, with their sizes, hashes and creation times.
Upload documents as files
Upload up to 200 PDF, Word, PowerPoint, text or Markdown files into a batch, parsed on the server, each with the hash that proves which bytes were checked.
Load documents as text
Load up to 200 documents as text into a batch you can check claims and drafts against, when you hold the text rather than the files.
Check many claims
Check up to 100 claims in one call. Results come back in the same order, one slot per claim, so a failed check never shifts the verdicts after it.
Check one claim
Check a single claim against evidence sent in the request or against a loaded batch, and get a verdict with the spans it rests on.
Using the documentation and playground
How the Documentation tab works: the playground that sends real requests as you and charges your workspace, the code samples, search, Quincy, and the plain-text copies for AI tools.
MCP server
Add Attest to Claude, ChatGPT or any MCP client, connect it with your Quorum account or an API key, and what the tools and the /attest command do.
Pages as Markdown
What Kerf does with a web page, how to ask for one, what the two fetch paths mean for you, and what is kept.
Errors
The error shape, the full catalogue of error codes with what each means and what to do, and which status codes are safe to retry.
Rate limits
Requests per minute, claims per day and claims per minute per credential, the headers that report them, what a 429 carries, and how to retry.
Credits and billing
One credit is one cent. What each call costs, how a request is reserved and settled, the headers that say what it cost, starting credits, packs, plans, auto top-up and the refusals you see when credits run out.
Accuracy
How Attest was measured, what each figure counts, the two caveats that go with them, and which number to build on.
Privacy
What the API keeps and what it never does. Attest never persists files, evidence or claims, Kerf holds a fetched page only as long as its job, and the gateway records counts only.
Batches and drafts
Upload documents once as a batch, upload a draft, and let Attest find and check every claim in it, with the hashes that prove which bytes were reviewed.
Explanation, audit and provenance
What the explanation, audit, provenance and degraded fields of a result mean, how to use them for an audit trail, and when to switch the explanation off.
Evidence and spans
How to send evidence, how to name it, how span ids like ev_1:0 point back at your sentences, and the limits on a request.
Verdicts
The five verdicts Attest returns, what each means relative to your evidence, why PARTIALLY_SUPPORTED is the one to act on, and why INDETERMINATE is a 503 rather than a finding.
Trying Attest without an account
The developer landing page runs real checks on a demo token: the examples on the page, and a few sentences of your own, with no account, no key and nothing charged. What the demo allows and where it stops.
Authentication
API keys for code, Connect with Quorum for MCP clients, and the playground for these pages: what each credential is, who can create it, and how it is checked.
Quickstart
From sign-in to your first verdict in five minutes, with the request in curl, JavaScript and Python and the response explained line by line.
Quorum Enterprise API
What the Enterprise API is, what Attest does, how you reach it over HTTP and MCP, and what you need before your first request.
platform
3 articles
Reviewing a whole draft with Attest
How an Attest draft review works: upload the documents and the draft, Attest finds the claims itself, progress moves while it runs, the 200-claim limit and the cursor that continues past it, what each verdict means, and why a contradiction always cites a sentence.
Enterprise API credits and pricing
What Attest costs over the Enterprise API: one credit is one US cent, a claim costs one credit with its own evidence or two against a loaded batch, a draft review costs two per claim it checks. Starting credits, packs, auto top-up, plans, metered billing, refusals and how to read the statement.
Using the Quorum Enterprise API
The two ways to use Attest over the Enterprise API: connect an MCP client with your Quorum account, or create API keys for software that cannot sign in. Both switch on the moment your workspace has credits, either the 250 starting credits you claim by linking a card or a credit pack you buy; in India, Pakistan, Bangladesh and Nepal they are claimed with a card check instead: a dollar in your own currency, charged and refunded straight away, with no card stored. How credits are spent, how limits work, and what the dashboard shows.
storage
11 articles
Files shared in Microsoft Teams
Where Teams chat and channel files live, how they reach Quorum through your Microsoft 365 connection, and how to resync them.
How Quorum protects your files
A plain-language tour of the security around your documents: workspace isolation, encryption at rest, audited access for automated services, and offboarding guarantees.
Delete files and understand what happens next
How deletion works, why it is admin-only and permanent, how synced files behave when deleted, and what happens to your data when you leave.
Download files from Quorum storage
Download single files or a selection at once, and understand why download links are short-lived.
Find files fast with search
How the search box on the Files page works, and how content indexing helps briefings find the right documents by meaning.
Who can see and do what in Quorum storage
How visibility works inside a workspace and what workspace admins can do that members cannot.
Organise your files with folders
Create folders, move files one at a time or in bulk, rename folders, and understand which folders sync manages for you.
Upload files and folders directly to Quorum storage
How to add files by drag and drop or with the Upload buttons, the 100 MB per-file limit, and how uploads are indexed for briefings and search.
Choose whether personal OneDrive files sync into Quorum
The 'Sync personal files' security setting lets workspace admins decide whether personal drives are included in Microsoft 365 sync or only shared site libraries.
What imports from OneDrive and SharePoint, and how sync works
Which files and folders Quorum imports from Microsoft 365, the 30 MB per-file limit, how often sync runs, and how deletions and renames are mirrored.
Connect Microsoft 365 so your documents flow into Quorum
How a workspace admin connects OneDrive and SharePoint, what the Microsoft 365 admin approval step looks like, and what happens during the first scan.
troubleshooting
7 articles
Understand file processing status
What the spinner and the warning triangle next to a file mean, how long indexing takes, and which files legitimately produce no searchable text.
Troubleshoot Microsoft 365 sync
What to do when a connection is stuck on admin approval, shows a sync error, imports fewer files than expected, or files you deleted keep coming back.
Calendar connection errors explained
Every message the Teams calendar connection can show, what it means, and who can fix it.
Troubleshoot scans and episode generation
What to do when a scan fails, an episode fails, audio is missing, or a meeting will not accept changes.
Why was I signed out of Quorum?
The reasons a Quorum session ends, what happens across your other Quorum tabs and apps, and how to get back in quickly.
What the "service is unreachable" page means
Why a Quorum app sometimes shows a page saying the service is unreachable, and what to do while it recovers on its own.
Signed out when travelling or using a VPN
Why nothing loads or you get signed out when you are on holiday, abroad, travelling, working from another country, on hotel or airport wifi, or using a VPN, and exactly how to get back to work.
podcasts
13 articles
Sharing an episode outside your workspace
Create a listen link for a briefing episode, choose who can open it and for how long, and know what ends a link's life.
Who can see and manage meetings and episodes
The visibility and permission rules for meetings, episodes, editing, and deletion.
Listening to your episodes
The episode player, the synced transcript, playback speeds, and installing the dashboard as an app on your phone.
Your workspace's first podcast
Why Quorum waits for team profiles before prompting the first podcast, and how to create it when the moment comes.
Usage, plans, and overage
How briefings are counted against your monthly allowance, what each plan includes, and how overage is priced.
Share an episode with a listen link
Create members-only or public listen links for a finished episode, choose how long they live, and understand what a link can and cannot do.
Import meetings from your Teams calendar
Use the Upcoming page to turn a Teams meeting into a briefing podcast with the details already filled in.
Connect Teams calendars to Quorum
Link Microsoft 365 so upcoming Teams meetings arrive in Quorum ready to import, with a clear picture of what is read, kept, and never touched.
Workspace podcast settings
Admins control the show identity, delivery style, and content rules that every generated episode honours.
Set your podcast preferences
Tell Quorum what you work on so every briefing episode is tailored to your role, your domain, and your interests.
Review suggested files and time windows
How the file review step works, what the Verify and Foundational badges mean, and how the time window chips change what the scan considers.
How your briefing episodes are generated
What happens between pressing Create podcast and hearing your episode, including the stages, the order, and how long it takes.
Create a meeting and its briefing podcast
How to set up a meeting in the three-step wizard so every attendee gets a personalised briefing episode before they walk in.
general
6 articles
Browser and cookie requirements for signing in
What your browser needs for Quorum sign-in to work, why cookies matter, and how the shared session keeps you signed in across all Quorum apps.
Using Quorum as an installed app
The Quorum dashboards are designed to feel at home when installed on your device, with an app-like layout and a status bar that matches your chosen appearance.
Getting answers in the Quorum Help Center
How to search the Help Center, browse by topic, and use the support chat to get answers grounded in our help articles.
Quorum plans and billing cycles
An overview of the Quorum plans, what a briefing is, and how monthly and yearly billing work.
Using light and dark mode
Every Quorum app can switch between a light and a dark appearance. Your choice is remembered in your browser so the app looks the way you want on every visit.
Switching between Quorum apps
Quorum is a family of connected apps. Learn what each app does and how to move between them with the app switcher in the top right corner.
legal
6 articles
Cookies and analytics on the Quorum website
What the marketing site sets, when it asks, and how to change your answer.
Billing, renewal, cancelling and refunds
How subscriptions renew, how to cancel, when a payment is refundable, and how Quorum Partners differ.
What we commit to on briefing delivery
Quorum commits to briefings arriving before the meeting, rather than to an uptime percentage, and explains why.
Where Quorum stores and processes your data
Storage, database and compute are in Europe. Three providers process text in the United States, and this explains which and why.
How Quorum handles your data
The three questions people ask most: whether we train on your content, whether we clone voices, and how much we read.
Our legal documents and where to find them
The four agreements that cover how Quorum is used and how it handles your data, and what each one is for.
account
13 articles
Plan prices and choosing the right plan
Current prices for every Quorum plan, what each tier includes, and how to work out which plan costs least for your usage.
Your account and workspace at a glance
A tour of the My Account page: your profile, workspace details, app shortcuts, and security actions.
Plans, billing cycles, and checkout
How Quorum's Team, Business, and Scale plans connect to your workspace, and how checkout activates a newly created workspace.
Verify your email address
Why Quorum asks you to verify your email, how long the link lasts, and how to request a new one.
Sign out on every device
How to end your Quorum session on all devices and browsers at once, and when Quorum ends sessions for you.
Change your password
How to change your Quorum password from My Account, and why your other devices are signed out when you do.
Remove or disable a workspace member
The difference between removing a member from your workspace and disabling their account, and what each does to their access.
Roles in your workspace
What the Owner, Admin, Member, and Service bot roles can do, and the rules that protect the workspace owner.
Resend an invite or reset a member's sign-in
How to send a member a fresh temporary password, and what changes for them when you do.
Add users to your workspace
How workspace admins create accounts for team members, send sign-in details by email, and what invited users experience on first sign-in.
One sign-in across Podcasts, Storage, and Account
How single sign-on works across the Quorum apps, how the app switcher connects them, and why signing out anywhere signs you out everywhere.
Sign in to Quorum
How to sign in with your workspace, email, and password, what the workspace field means, and what to do when your account is temporarily locked.
Create your Quorum workspace
How to create a Quorum account and workspace, how your workspace slug is chosen, and what happens right after you sign up.