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.

You’ll find request details and code examples on the individual pages below.

Files > Get file metadata

Tallyfy’s API lets you retrieve metadata for any uploaded file (asset) by calling GET on the…

Files > Download file

Tallyfy’s API provides two GET endpoints for retrieving uploaded files: one that returns the…

Files > Delete file

Tallyfy’s API lets you permanently delete an uploaded file and its storage record by sending a…