Skip to main content
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.

Path Parameters

frameworkId
string<uuid>
required

The framework id.

documentId
string<uuid>
required

The framework document id.

Response

Status OK.

id
string<uuid>
required
read-only

The document id.

Example:

"4a6c8e0f-1b2d-4e3f-9a5b-6c7d8e9f0a1b"

frameworkId
string<uuid>
required
read-only

The framework the document belongs to.

title
string
required

The document title.

Maximum string length: 512
Example:

"EU AI Act -- Regulation (EU) 2024/1689"

dateCreated
string<date-time>
required
read-only

The creation date.

Example:

"2026-03-22T11:31:01.185Z"

dateUpdated
string<date-time>
required
read-only

The last update date.

Example:

"2026-03-22T11:31:01.185Z"

sections
object[]
read-only

The document's sections, in display order. Only returned when retrieving a single document.