Skip to main content
POST
Upload Attachment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

board_id
string
required
card_id
string
required

Body

multipart/form-data
file
file
required

Response

Successful Response

Schema for attachment response.

card_id
string
required
created_at
string<date-time>
required
filename
string
required
id
string
required
mime_type
string
required
original_filename
string
required
size
integer
required
uploaded_by
string
required
Last modified on May 17, 2026