Open textbooks, subjects, and book chapters.
Book Details
ASYNCREADNo auth
Returns a book's title, summary, chapters, and metadata for a given book title.
ParametersFormJSON
Wiki page title slug for the book (e.g. Calculus, Formal_Logic)
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_wikibooks_org_book_detail", "params": { "book_title": "Calculus" } }'