> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-caio-pizzol-docs-ai-core-preset.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hyperlinks operations

> Hyperlinks operation reference from the canonical Document API contract.

[Back to full reference](../index)

Hyperlink discovery, creation, and metadata management.

| Operation                                                                                                                                                                         | Member path         | Mutates | Idempotency      | Tracked | Dry run |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------- | ---------------- | ------- | ------- |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/hyperlinks/list"><code>hyperlinks.list</code></a></span>     | `hyperlinks.list`   | No      | `idempotent`     | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/hyperlinks/get"><code>hyperlinks.get</code></a></span>       | `hyperlinks.get`    | No      | `idempotent`     | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/hyperlinks/wrap"><code>hyperlinks.wrap</code></a></span>     | `hyperlinks.wrap`   | Yes     | `conditional`    | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/hyperlinks/insert"><code>hyperlinks.insert</code></a></span> | `hyperlinks.insert` | Yes     | `non-idempotent` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/hyperlinks/patch"><code>hyperlinks.patch</code></a></span>   | `hyperlinks.patch`  | Yes     | `conditional`    | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/hyperlinks/remove"><code>hyperlinks.remove</code></a></span> | `hyperlinks.remove` | Yes     | `conditional`    | No      | Yes     |
