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

# List Hosted PDFs

> List hosted PDF deployments.

## Overview

Returns hosted PDF deployments owned by the authenticated account.

<RequestExample>
  ```bash theme={null}
  curl https://api.okrapdf.com/v1/host \
    -H "Authorization: Bearer $OKRA_API_KEY"
  ```
</RequestExample>
