API Keys
Some external sources require API keys. All are optional — LibrisLog works out of the box with Open Library.
Google Books API
Enables Google Books as a fallback search source and improves cover resolution.
- Go to the Google Cloud Console
- Create a new project or select an existing one
- Navigate to APIs & Services → Library
- Search for "Books API" and enable it
- Go to APIs & Services → Credentials
- Click Create Credentials → API Key
- Copy the key and set it as
GOOGLE_BOOKS_API_KEYin your.env
Note: Google Books API has usage limits. For most personal use, the free tier is sufficient. See Google's documentation for quota details.
Hardcover API
Enables Hardcover.app as an additional search source.
- Sign in to hardcover.app
- Go to your profile → Settings → API
- Create a new API token
- Copy the token and set it as
HARDCOVER_APP_API_TOKENin your.env
