> ## 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.

# Objeto Voucher

Un Voucher representa una URL pre-firmada de S3 que puedes usar para acceder al archivo.

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

| Atributo | Tipo             | Descripción           |
| :------- | :--------------- | :-------------------- |
| `url`    | `string`, `null` | URL pre-firmada de S3 |
