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

# Voucher object

A Voucher represents a pre-signed S3 URL you can use to access the file.

```json theme={null}
{
  "url": "https://presigned-s3-url"
}
```

| Attribute | Type             | Description       |
| :-------- | :--------------- | :---------------- |
| `url`     | `string`, `null` | Pre-signed S3 URL |
