For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notes

Create Note

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
docIdstringRequired

The document ID

docTypestringRequired

The document type

Body
idstringOptional

The unique ID of the Note. Ignored when creating notes

notestring · nullableOptional

The content of the Note

Responses
200

Details about the new Note

application/json
idstringOptional

The unique ID of the Note. Ignored when creating notes

notestring · nullableOptional

The content of the Note

post/notes

Retrieve Note

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Note

Responses
200

Details about the note

application/json
idstringOptional

The unique ID of the Note. Ignored when creating notes

notestring · nullableOptional

The content of the Note

get/notes/{id}

Last updated

Was this helpful?