v1
latestOpenAPI 3.0.02026-07-2482421001.1 KBBook Commands
Create Book
Create a <glossary:Book> that you can use to group related <glossary:Document>s. Each document must be uploaded to a <glossary:Book>, so you'll need to create one with this endpoint before you can upload files. <glossary:Book>s are generally used to store related <glossary:Document>s, such as for a loan application or a case file.
post/v1/book/add
Request body
Response
Success
Example response
{
"status": 200,
"response": {
"name": "Test Book",
"created": "2022-11-11T10:03:06Z",
"created_ts": "2022-11-11T10:03:06Z",
"pk": 10399,
"owner_email": "email@address.com",
"uuid": "8dc88eed-2b6f-414a-82f2-a99bd181cf6e",
"book_type": "DEFAULT",
"xid": "ABC123",
"id": 10399
},
"message": "OK"
}