Files
Appmixer allows you to upload files to use them in your flows.
Get file info
GET
https://api.appmixer.com/files/metadata/:fileId
Get the information for the specified file. Note that the file content is not included.
Path Parameters
Upload a file
POST
https://api.appmixer.com/files
Upload file to Appmixer. Uploads by chunks are supported, and whether if sent file is treated as a chunk or a new file depends on the headers sent. Also, Content-type
must be set to multipart/form-data
.
Headers
Request Body
Last updated