REST APIs
Rest api for files
General
Get file metadata (check user belongs to comapny)
Response:
{
"resource": {
"company_id": "uuid-v4",
"id": "uuid-v4",
"application_id": "string",
"created_at": "number",
"encryption_key": "",
"metadata": {
"name": "string",
"mime": "string"
},
"thumbnails": [
{
"index": number,
"id": "string,
"size": number,
"type": "string",
"width": number,
"height": number
}
],
"updated_at": number,
"upload_data": {
"size": number,
"chunks": number
},
"user_id": "uuid-v4"
}
}Download a file
Download thumbnails
Delete a file
Classic upload
Upload a file
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Upload with chunk
Upload a file with chunk
Overwrite a file
Last updated