Skip to main content
GET
/
document
/
v1
/
documents
/
{documentId}
/
download
Download a binary file of the document
curl --request GET \
  --url https://api-{region}.sesametime.com/document/v1/documents/{documentId}/download \
  --header 'Authorization: Bearer <token>'
"binary file"

Documentation Index

Fetch the complete documentation index at: https://apidocs.sesametime.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

documentId
string<uuid>
required

Document UUID

Response

200 - application/octet-stream

Downloaded document

The response is of type file.