API Reference

Documents

Read document metadata and obtain time-limited download URLs for files in S3.

Base URL: https://quorate.app/api/v1

GET/documents/{id}scope: documents:read

Document metadata + 1-hour presigned download URL.

Confidential (Part 2) documents require the elevated `documents:read:confidential` scope. Without it the endpoint returns 404 — it never reveals existence to non-cleared callers.

curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
     https://quorate.app/api/v1/documents/MEETING_OR_ROW_ID

More