API overview
Authenticate with a Bearer API key: fds_live_<kid>_<secret>. Keys are issued manually in V1.
Endpoints
GET /v1/books/:id GET /v1/isbn/:isbn GET /v1/books/search?q=&author=&year=&language=&subject= GET /v1/authors/:id GET /v1/works/:id GET /v1/changes?since=<cursor> POST /v1/match GET /v1/datasets/books/releases/latest
Example
curl -H "Authorization: Bearer $FDS_API_KEY" \ https://api.fulldatasets.com/v1/isbn/9780593135204
MCP
Connect to the MCP Worker at https://mcp.fulldatasets.com/mcp with the same Bearer key. Tools: search_books, get_book, lookup_isbn, resolve_book, get_changes.