UnifyAPI
← Back to catalog

bhl.literature.fulltext

mock data$0.001 / call

Search BHL Full Text

Search within the digitized full text of Biodiversity Heritage Library publications for a specific term or phrase. Unlike the catalog search, full-text search scans the OCR-transcribed content of scanned pages, making it possible to find publications that mention a specific organism, location, concept, or measurement even when the keyword does not appear in title or subject metadata. Returns matching publications with title, authors, publisher, date, and direct BHL URLs. Use bhl.literature.search for faster metadata-only catalog queries.

Referenceprovider: Bhl#bhl#reference

Input schema

page

Page number for pagination (default 1)

integer
limit

Number of results per page (1–50, default 10)

integer
queryrequired

Term or phrase to search within the digitized full text of BHL publications (e.g. "symbiosis nitrogen fixation")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/bhl.literature.fulltext \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"limit":0,"query":"<query>"}'

Try it

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