Attachments

Task requests can include up to 5 external URL attachments. Obelisk downloads the files server-side and attaches them to the task.

"attachments": [
  {
    "url": "https://files.example.com/report.csv",
    "content_type": "text/csv",
    "filename": "report.csv"
  }
]

Validation