An attachment object representing a file or URL attachment included with a message. Attachments can be used to provide additional context to Fin. Maximum of 10 attachments per request.
The URL of the attachment. Required when type is 'url'. Must be publicly accessible.
Example:"https://example.com/document.pdf"
{ "type": "url", "url": "https://example.com/document.pdf", "name": "screenshot.png", "content_type": "image/png", "data": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk..." }