Books
Create Book
Create a new book
post/books
Request body
titlestring required
The title of the book.
urlstring
The URL where the book can be purchased or viewed.
image_urlstring
The URL of the book's cover image.
descriptionstring
A description of the book.
yearinteger nullable
The year the book was published.
isbnstring
The ISBN of the book.
sharedboolean
Whether the book is displayed publicly on the archive.
Response
Created
idstring required
A unique TypeID associated with the object.
creation_datestring date-time required
The date and time at which the object was first created.
titlestring required
The title of the book.
urlstring
The URL where the book can be purchased or viewed.
image_urlstring
The URL of the book's cover image.
descriptionstring
A description of the book.
yearinteger nullable
The year the book was published.
isbnstring
The ISBN of the book.
sharedboolean
Whether the book is displayed publicly on the archive.