Parameters
name type required description
comments bool false if the file should be attached to comments
body multipart/form-data yes multipart/form-data encoded file content
Example
Resource/files/uploads?comment=trueTry It!
Authentication

Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.

Response
[
{
file: "1a9dec20-3e93-11e5-8b58-7b9ee7d080f1"
}
]