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
urlis required.content_typeis required.filenameis optional and can be derived from the URL.- Private files must be reachable by Obelisk when the request is submitted.