Bunq · Capability
bunq API — Attachment Public
bunq API — Attachment Public. 3 operations. Lead operation: Attachment Public. Self-contained Naftiko capability covering one Bunq business surface.
What You Can Do
POST
Createattachmentpublic
— Create a new public attachment. Create a POST request with a payload that contains a binary representation of the file, without any JSON wrapping. Make sure you define the MIME type (i.e. image/jpeg, or image/png) in the Content-Type header
/v1/attachment-public
GET
Listallcontentforattachmentpublic
— Get the raw content of a specific attachment.
/v1/attachment-public/{attachment-publicuuid}/content
GET
Readattachmentpublic
— Get a specific attachment's metadata through its UUID. The Content-Type header of the response will describe the MIME type of the attachment file.
/v1/attachment-public/{itemid}
MCP Tools
create-new-public-attachment-create
Create a new public attachment. Create a POST request with a payload that contains a binary representation of the file, without any JSON wrapping. Make sure you define the MIME type (i.e. image/jpeg, or image/png) in the Content-Type header
get-raw-content-specific-attachment
Get the raw content of a specific attachment.
read-only
idempotent
get-specific-attachment-s-metadata-through
Get a specific attachment's metadata through its UUID. The Content-Type header of the response will describe the MIME type of the attachment file.
read-only
idempotent