Files
Authorizations
AuthorizationstringRequired
API key issued for your Plus organization, sent as a bearer token.
Body
filestring · binaryRequired
The file to upload.
Responses
202
File received; processing will begin shortly.
application/json
401
Missing or invalid API key.
application/json
405
Method not allowed (must use PUT).
application/json
411
Content-Length header is required.
application/json
413
File exceeds the size limit.
application/json
415
Content-Type must be multipart/form-data.
application/json
put
/r/v0/files/uploadAuthorizations
AuthorizationstringRequired
API key issued for your Plus organization, sent as a bearer token.
Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Page size (1–100). Defaults to 50.
50cursorstringOptional
The nextCursor returned by a previous page.
Responses
200
A page of files.
application/json
401
Missing or invalid API key.
application/json
get
/r/v0/filesAuthorizations
AuthorizationstringRequired
API key issued for your Plus organization, sent as a bearer token.
Path parameters
fileIdstringRequired
Responses
204
Deletion accepted; no content.
400
The request was malformed or missing required fields.
application/json
401
Missing or invalid API key.
application/json
404
File not found.
application/json
delete
/r/v0/files/{fileId}No content
Last updated
Was this helpful?

