> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/base-attachment.md).

# Base Attachment

#### **Example**

```json
{
    "url": "https://your.attachment.url/filename.png",
    "name": "filename.png"
}
```

#### Fields

| Field | Type   | Comments        |
| ----- | ------ | --------------- |
| url   | string | Attachment url  |
| name  | string | Attachment name |
