Skip to main content
GET
This endpoint fetches a single document by ID, including metadata and a signed URL for accessing the document.

Path Parameters

string
required
The unique identifier of the document
boolean
Optional. Whether to include the document’s base64-encoded content in the response

Response

string
Unique identifier for the document
string
Original filename
string
MIME type of the document (e.g., “application/pdf”, “image/jpeg”)
number
File size in bytes
string
ID of the lead this document belongs to
string
ID of the workspace this document belongs to
string
Pre-signed URL for accessing the document (expires after 1 hour)
string
Base64-encoded document content
string
ISO 8601 timestamp when the document was created
string
ISO 8601 timestamp when the document was last updated
Signed URLs expire after 1 hour. Use this API again to get a fresh signed URL.