{"uid":"cap_xanH-7PfmUkmzFvV31tZR","slug":"x402-deployer-x402-deployer-workers-dev-8e7a8d18","name":"arXiv to BibTeX Citation Generator","description":"arXiv to BibTeX / arxiv citation generator / paper bibtex / LaTeX citation builder / academic citation lookup. Pulls a paper's title, authors, year, abstract, and DOI from the arXiv API and generates a properly-formatted BibTeX entry with an auto-derived cite key (or your own). Free public arXiv API. Pure XML parse — no upstream auth.","url":"https://x402-deployer.x402-deployer.workers.dev/arxiv-bibtex","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"required":["arxiv_id"],"properties":{"arxiv_id":{"type":"string","description":"arXiv ID. New-style (e.g. '1706.03762', '1706.03762v3') or old-style ('cs.AI/0602099'). 'arXiv:' prefix is stripped."},"cite_key":{"type":"string","description":"Override the cite key. Default is auto-derived from first author surname + year + arxiv id."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"doi":{"type":"null"},"year":{"type":"string"},"title":{"type":"string"},"bibtex":{"type":"string"},"source":{"type":"string"},"authors":{"type":"array","items":{"type":"string"}},"abstract":{"type":"string"},"arxiv_id":{"type":"string"},"cite_key":{"type":"string"}}}}}}},"responseSchema":null,"example":{"request":{"input":{"body":{"arxiv_id":"1706.03762","cite_key":"vaswani2017attention"},"type":"http","method":"POST","bodyType":"json"}},"response":{"doi":null,"year":"2017","title":"Attention Is All You Need","bibtex":"@article{vaswani2017attention,\n  author = {Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin},\n  title = {Attention Is All You Need},\n  year = {2017},\n  eprint = {1706.03762},\n  archivePrefix = {arXiv},\n  url = {https://arxiv.org/abs/1706.03762},\n}","source":"https://export.arxiv.org","authors":["Ashish Vaswani","Noam Shazeer","Niki Parmar","Jakob Uszkoreit","Llion Jones","Aidan N. Gomez","Lukasz Kaiser","Illia Polosukhin"],"abstract":"The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.","arxiv_id":"1706.03762","cite_key":"vaswani2017attention"}},"exampleRequest":{"arxiv_id":"1706.03762","cite_key":"vaswani2017attention"},"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_hlaXAeKRdcOcFaupJb7bs","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches paper metadata from the arXiv API and generates a properly-formatted BibTeX citation entry with an auto-derived or custom cite key.","exampleAgentPrompt":"Can you generate a BibTeX citation entry for the arXiv paper 2301.07041? Use the cite key 'vaswani2023attention' if possible.","exampleUseCases":null,"resultDescription":"Returns a fully-formatted BibTeX entry including fields like @article, title, author list, year, abstract, eprint ID, and DOI (when available), along with the derived or supplied cite key.","failureModes":["Invalid or non-existent arXiv ID returns an error or empty result","arXiv API temporarily unavailable causes upstream fetch failure","Malformed arXiv ID format (e.g. missing version suffix) may return unexpected results","Paper with no DOI will omit the DOI field from BibTeX output"],"whenToPreferThis":"Use this endpoint when you need a properly-formatted BibTeX entry for an arXiv paper and want to avoid manually copying metadata. Ideal for automating bibliography management in LaTeX workflows, research pipelines, or academic writing tools. Prefer this over manual lookup when you have an arXiv ID and need a cite-key-ready .bib entry immediately.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:54:39.204Z","isFirstParty":false}