Skip to content

Managing files

The Tallyfy 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.

Files > Upload & attach file

The content explains how to upload and attach files to form fields in Tallyfy by first uploading the file to get an asset reference then linking it to a task or process through API endpoints with code examples in multiple languages.

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.

Code Samples > Managing tasks

The API enables comprehensive task management by allowing users to create list update complete reopen archive and delete both standalone and process-related tasks through various endpoints.

Files > Get file metadata

The GET endpoint allows retrieval of file metadata including filename upload date and related object details by providing organization ID and asset ID in the request URL path.