Export citations
zotero_export_itemsExport Zotero items to machine-readable formats (BibTeX, RIS, CSL JSON, CSV, TEI) or render a formatted bibliography in APA, IEEE, or Chicago style.
Instructions
Export items in a citation format. Use format "bibtex", "biblatex", "ris", "csljson", "csv" or "tei" for a machine-readable export, or "bib" to render a formatted bibliography in a citation style (set style, e.g. "apa", "chicago-note-bibliography", "ieee"). Returns the export as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Citation style for format "bib", e.g. "apa", "ieee", "chicago-note-bibliography". Ignored otherwise. | apa |
| format | No | Export format. "bib" renders a formatted bibliography using `style`. | bibtex |
| locale | No | Locale for format "bib", e.g. "en-US", "es-ES". | en-US |
| groupId | No | Group library ID. Omit for the personal library ("My Library"), which is what almost every request wants. Group IDs come from zotero_list_libraries. | |
| itemKeys | Yes | Keys of the items to export. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | ||
| output | Yes | ||
| itemCount | Yes | ||
| skippedKeys | Yes | Requested keys that are not top-level items and were left out. |