← Back to catalog
books.work_details
mock data$0.001 / callBook Work Details
Get consolidated work metadata across all editions by Open Library Work ID — description, subjects, authors, cover, first publish date (Open Library)
Input schema
olidrequired
stringOpen Library Work ID, e.g. "OL45804W" for Lord of the Rings. Get from search results key field
Call via REST
curl -X POST https://unifyapi.pro/api/call/books.work_details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"olid":"<olid>"}'