# API Documentation for PreSigned Document URL

## Request Details

### Required Parameters
- **policyId**: `string`
- **personId**: `string`

### Optional Headers
- **x-api-region**: `string` (The API region of your interaction. In most cases, this will match the customer region.)  
- **x-api-language**: `string` (Where applicable, the language for any textual content we may send to the customer.)

## Response

### 200 PreSigned document URL returned

Base URL:  
`https://api.uat.laka.co/v3/policies/{policyId}/people/{personId}/policy_document`

### Example Request

```bash
curl --request GET \
     --url https://api.uat.laka.co/v3/policies/policyId/people/personId/policy_document \
     --header 'accept: application/json'
```

### Example Response

```json
{
  "status": "200",
  "message": "Updated about 1 month ago"
}
```
