← Back to catalog
bhl.literature.fulltext
mock data$0.001 / callSearch 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.
Input schema
page
integerPage number for pagination (default 1)
limit
integerNumber of results per page (1–50, default 10)
queryrequired
stringTerm or phrase to search within the digitized full text of BHL publications (e.g. "symbiosis nitrogen fixation")
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>"}'