> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runpulse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Footnote References

> Link footnote markers to the footnote text they qualify.

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](https://platform.runpulse.com/dashboard/examples/3be15d23-d622-4f27-9843-ec2929140eec)

<img src="https://mintcdn.com/pulseai/OJ897TEZf8bV6lk8/images/platform/footnote-references-input.png?fit=max&auto=format&n=OJ897TEZf8bV6lk8&q=85&s=4cf8f8f1f95703ea645c25a25e79315f" alt="Platform footnote reference output beside the source PDF" width="1444" height="901" data-path="images/platform/footnote-references-input.png" />

Pulse detects footnote text, finds the in-text references, and lets reviewers jump between the rendered PDF and the extracted footnote output.

<img src="https://mintcdn.com/pulseai/OJ897TEZf8bV6lk8/images/platform/footnote-references-output.png?fit=max&auto=format&n=OJ897TEZf8bV6lk8&q=85&s=e56ef8fbc2cdb22ede14ff3d04afc968" alt="Footnotes tab showing detected footnotes and in-text references" width="726" height="768" data-path="images/platform/footnote-references-output.png" />

```json theme={null}
{
  "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.

<Card title="Extract API" icon="brackets-curly" href="/api-reference/endpoint/extract#footnote-references">
  See the full request and response fields.
</Card>
