Skip to main content
Use footnote references when the source document relies on symbols, superscripts, or numbered notes that change the meaning of the body text. Common cases include academic papers, financial reports, legal agreements, and diligence materials. Platform sample: Attention Is All You Need Platform footnote reference output beside the source PDF Pulse detects footnote text, finds the in-text references, and lets reviewers jump between the rendered PDF and the extracted footnote output. Footnotes tab showing detected footnotes and in-text references
{
  "file_url": "https://platform.runpulse.com/api/examples/3be15d23-d622-4f27-9843-ec2929140eec/pdf",
  "extensions": {
    "footnote_references": true
  }
}
The response includes extensions.footnoteReferences[]. Each item points to the footnote text bounding-box ID and the body-text IDs that reference it, so your app can render source-aware citations instead of loose text snippets.

Extract API

See the full request and response fields.