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

# Get a signed upload URL for a document

> Retrieves a signed upload URL for a document.

## Get a signed upload URL for a document

Retrieves a signed upload URL for a document.

### Path Parameters

<ParamField path name="document_id" type="string" required>
  No description provided
</ParamField>

### Response

<ResponseField name="data" type="object">
  The response data for this endpoint.
</ResponseField>

<ResponseExample>
  ```json
  {
    "url": "string"
  }
  ```
</ResponseExample>
