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

# models.Attachment

> Attachment utilities for data models and type definitions used throughout the maxim sdk.

[View module source on GitHub](https://github.com/maximhq/maxim-py/blob/main/maxim/models/attachment.py)

## [SignedURLResponse](/sdk/python/references/models/attachment)

```python theme={null}
class SignedURLResponse(TypedDict)
```

Represents a signed URL response.

**Attributes**:

| Name  | Type  | Description                          |
| ----- | ----- | ------------------------------------ |
| `url` | *str* | The signed URL for uploading a file. |
