← Back to catalog
books.isbn_lookup
mock data$0.001 / callISBN Book Lookup
Look up a book by ISBN-10 or ISBN-13 — title, author, publisher, pages, cover image, subjects. 40M+ books (Open Library / Internet Archive)
Input schema
isbnrequired
stringISBN-10 or ISBN-13 to look up (e.g. "9780451524935" for 1984, "0140449132" for The Republic)
Call via REST
curl -X POST https://unifyapi.pro/api/call/books.isbn_lookup \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"isbn":"<isbn>"}'