/api/search
Find papers by title (optionally narrowed by authors, venue, or year). Hybrid HNSW + trigram retrieval.
Returns ranked DBLP matches with BibTeX.
Three JSON endpoints, CORS open. Full schema at /openapi.json · interactive explorer at /docs.
—
/api/search
Find papers by title (optionally narrowed by authors, venue, or year). Hybrid HNSW + trigram retrieval.
Returns ranked DBLP matches with BibTeX.
/api/sanitize-bibtex
Paste raw BibTeX (one or more entries). Each entry is matched against DBLP and returned with a field-by-field diff.
Returns the cleaned entries, per-field diffs, and a joined BibTeX blob.
/api/papers/{dblp_key}/bibtex
Fetch the canonical BibTeX for a known DBLP key. The DBLP key may contain slashes; pass it verbatim as part of the path.
Returns text/x-bibtex.