Skip to content

Managing files

Tallyfy’s API lets you upload files (up to 100MB) and attach them to tasks or kick-off forms. You can also download, retrieve metadata for, and delete those files through dedicated endpoints.

Check the individual pages below for request details and code examples.

Files > Upload & attach file

Attaching files to form fields via Tallyfy’s API requires uploading the file to get an asset reference and then updating the task or process to link that asset to the specific form field.

Files > Get file metadata

Retrieve metadata for a specific uploaded file asset in Tallyfy by making a GET request with your organization and asset IDs.

Files > Download file

Download or view files inline from Tallyfy using GET requests with your organization and file IDs. The response returns raw binary content with appropriate headers.

Files > Delete file

A DELETE endpoint that permanently removes an uploaded file from a task or kick-off form field using /organizations/[org_id]/file/[asset_id] and returns a 200 OK status with an empty response body.