Skip to main content
GET
/
workspaces
/
{workspaceId}
/
documents
/
{documentId}
Read a document (metadata + content)
curl --request GET \
  --url https://origami.chat/api/v2/workspaces/{workspaceId}/documents/{documentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string<uuid>
required
documentId
string<uuid>
required

Response

The document detail with inline content.