postMultipart() HTTP method.
Methods
Upload a file
Theupload()method uses multipart form data. Pass aFormDataobject containing the file.
List files
Get a file
Delete a file
Response types
UploadResponse
ListResponse
An array of file objects withid, name, size, url, and created_at fields.
GetResponse
Same shape asUploadResponse.