Document
Endpoints for uploading and managing documents.
Upload a Document
Upload using a **Base64 encoded** file as `content`.
List All Accessible Documents
Returns an array of all accessible `Document` objects.
Get Document Metadata
Fetches the metadata for the `Document` identified by its ID.
Delete a Document
Deletes a `Document` by its ID. Deletion behaves similarly to deleting a
Get Document Content
Downloads the content of the document identified by its ID. Returns either
Get Document Page Preview
Returns a preview image for a specific page of the uploaded PDF document.