Files
Upload file
Section titled “Upload file”POST /api/file
Request
application/x-www-urlencoded
Response
A JSON object describing the created file entity.
Download file
Section titled “Download file”GET /api/file/{id}
Request
Path parameters
id
Response
Returns a downloadable file with the content-type header set.
Get file metadata
Section titled “Get file metadata”GET /api/file/{id}/metadata
Request
Path parameters
id
Response