ConsoleCatalog
Sign in
LibreTexts logo

LibreTexts

libretexts.orgEducationno auth

Open textbooks, subjects, contents, and full chapter content.

Bookshelves Root Page

ASYNCREADNo auth

Returns the Bookshelves root subject categories for a discipline library with titles and links.

ParametersFormJSON

Discipline library subdomain (e.g. bio, math, chem)

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_libretexts_bookshelf_root_ssr",
    "params": {
      "library_host": "bio"
    }
  }'