The following API call provides a possibility to get the link for uploading files

Resource URL

/api/1.0/upload/link

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueValidationDescription

parent_id

required 

uuid-uuid4

ID of the folder where the file should be uploaded

name

required

string-

file name

length[1, 255]

file name.


Example Request URL

Example Result

{
	"file_id": <uuid>,
    "parent_id": <uuid>,
    "upload_key": <uuid>
}