v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
File request templates

Create file request template

post/api/1/file-request-templates

Request body

labelstring required
folder_pathstring nullable
remindersinteger[]
due_atstring nullable

Must be a valid date.

notify_event'completion' | 'fulfilled' nullable

Example request

{
  "label": "architecto",
  "folder_path": "architecto",
  "items": [
    []
  ],
  "reminders": [
    16
  ],
  "due_at": "2026-06-29T18:54:48",
  "notify_event": "completion"
}