Dedicated Account

Operations available only for enterprise dedicated accounts

Test dedicated account API

get

Basic endpoint to verify dedicated account API is working

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful response

application/json
get
/dedicated-account

Create a new notebook with resources

post

Creates a new notebook with the specified resources (text, website, youtube, pdf)

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

Notebook created successfully

application/json
post
/dedicated-account/createNotebook

Delete a notebook

post

Deletes a notebook by its ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequired

The ID of the notebook to delete

Responses
chevron-right
200

Notebook deleted successfully

application/json
post
/dedicated-account/deleteNotebook

Get all notebooks

get

Retrieves all notebooks for the authenticated user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of notebook IDs retrieved successfully

application/json
get
/dedicated-account/getNotebooks

Last updated