> For the complete documentation index, see [llms.txt](https://api.clearinghouse.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.clearinghouse.net/how-to-guides/embedding-pdf-documents.md).

# Embedding PDF Documents

If in the API query retrieved, the following link may be imbedded in the GET response:

{% code overflow="wrap" %}

```json
"file":"https://clearinghouse-umich-production.s3.amazonaws.com/media/doc/1865.pdf"
```

{% endcode %}

To embed this link into an HTML page, add the following:

<pre class="language-html" data-overflow="wrap"><code class="lang-html"><strong>&#x3C;embed src="https://clearinghouse-umich-production.s3.amazonaws.com/media/doc/1865.pdf#toolbar=1&#x26;navpanes=0&#x26;scrollbar=0" width='100%' style='min-height: 740px;' type="application/pdf">
</strong></code></pre>
