Resolves one or more ISBN-10 or ISBN-13 numbers into clean bibliographic records. Each record includes the title, authors, publisher, publish date, page count, subjects, and cover image URLs. Use this when you have a barcode or ISBN number and want the corresponding book details.
You have an ISBN (typed or scanned) and want the book's title, authors, publisher, and cover.
Searching by title or keyword, or fetching a work record by its id.
0.1 credits / lookup
Set these inside the intent when you run it.
One or more ISBN-10 or ISBN-13 numbers to look up.
Bibliographic records for each resolved ISBN, with title, authors, publisher, publish date, page count, and cover image URL.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Books skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/books/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"book_by_isbn","isbn":"9780451526538"}}'Example requests