AladiaDocs
Api referenceEducationsBook librariesBooks

Create the ai of a book

Add ai to a book library

POST
/v2/educations/book-libraries/{libraryId}/books/ai

Add ai to a book library

AuthorizationBearer <token>

In: header

Path Parameters

libraryId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/educations/book-libraries/string/books/ai" \  -H "Content-Type: application/json" \  -d '{    "title": "string",    "improveTitleWithAi": true,    "contentType": "string",    "language": "string",    "author": "string",    "chaptersCount": 1,    "pagesPerChapter": 1  }'
{}