Skip to content

Managing files

Tallyfy’s API allows you to upload files and associate them with tasks or kick-off forms.

Refer to the individual pages for specific request details and code examples.

Code Samples > Managing tasks

The API enables complete task management through listing retrieving creating updating and controlling individual work units within process runs or as standalone operations.

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 using the proper endpoint and field identifiers.

Files > Delete file

A DELETE endpoint that removes uploaded files from tasks or kick-off forms by making authorized requests to either /organizations/[org_id]/file/[asset_id] or /organizations/[org]/assets/[assetID] endpoints and returns a 200 OK status code upon successful deletion.

Files > Get file metadata

This API endpoint retrieves metadata for a specific uploaded file asset in Tallyfy by making a GET request with organization and asset IDs and returns details like filename and upload date in a JSON response.