v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Tasks > TaskFile

Creates a Task file

Creates a Task file

post/api/2026-07-01/resources/tasks/task_files

Response

CREATED

idstring required

identifier of the file.

task_idstring required

identifier of the task.

filenamestring required

name of the file.

content_typestring

content type of the file.

pathstring required

path of the file, for downloading the file you need to concat api_url/path.

created_atstring required

creation date of the file.

Example response

{
  "id": "1",
  "task_id": "1",
  "filename": "expenses.png",
  "content_type": "image/png",
  "path": "/tasks/tasks_files/405",
  "created_at": "2024-10-06"
}