UnifyAPI
← Back to catalog

books.work_details

mock data$0.001 / call

Book Work Details

Get consolidated work metadata across all editions by Open Library Work ID — description, subjects, authors, cover, first publish date (Open Library)

Educationprovider: Books#books#education

Input schema

olidrequired

Open Library Work ID, e.g. "OL45804W" for Lord of the Rings. Get from search results key field

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.