Skip to content

Commit 2acafb0

Browse files
authored
Update links-endpoint.mdx
1 parent e99da85 commit 2acafb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/browser-rendering/rest-api/links-endpoint.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ console.log(links);
123123
</TabItem> </Tabs>
124124
## Advanced usage
125125

126+
:::note[Looking for more parameters?]
127+
Visit the [Browser Rendering PDF API reference](/api/resources/browser_rendering/subresources/links/methods/create/) for all available parameters, such as setting HTTP credentials using `authenticate`, setting `cookies`, and customizing load behavior using `gotoOptions`.
128+
:::
129+
126130
### Retrieve only visible links
127131

128132
Set the `visibleLinksOnly` parameter to `true` to only return links that are visible on the page. By default, this is set to `false`.

0 commit comments

Comments
 (0)