For the complete documentation index, see llms.txt. This page is also available as Markdown.
Sync results to a reference manager
Outcome: search results land in Zotero, Mendeley, or EndNote as proper references.
Approach
Export a search to BibTeX or RIS, or format entries individually with citations when you need a specific style.
Walkthrough
POST /v1/searches/{id}/exportwithformat: "bibtex"(orris)Download the resulting File before the URL expires
Import, or push via the target tool's own API
Handling the hard parts
Deduplicate against the user's existing library by DOI
Preserve the SciSpace paper ID in a custom field so you can round-trip later
Papers without a DOI need a stable fallback key
Related
Last updated