Upload a file and create a new attachment that can be referenced when creating requests.
Request
Body Params multipart/form-dataRequired
Request Code Samples
curl --location '/attachments' \
--form 'file=@""'
Responses
{
"id": "string",
"name": "string",
"size": 0,
"mime_type": "string",
"creation_date": "2019-08-24T14:15:22.123Z"
}
Modified at 2026-06-30 16:05:10