Uploads one or more files as attachments to the specified equipment.The request must be sent using multipart/form-data. A maximum of 10 files can be uploaded in a single request. Each uploaded file must not exceed 50 MB, and the total size of all files in the request must also not exceed 50 MB.On successful upload, the API returns an array of attachment_ids corresponding to the newly created attachments.
Request
Path Params
Header Params
Body Params multipart/form-dataRequired
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.einpix.com/public/v1/equipments//attachments' \
--header'x-api-key;' \
--form'files[]=@""'