Request File Upload

Create a file in the file storage using the url provided. Maximum allowed file size is 5GB.

SecurityapiKey
Request
Request Body schema: application/json
required
url
required
string

File name which will be uploaded in customer-uploads/ directory.

Example: "dq-chart.png or requestedDirectory/dq-chart.png"
Responses
200

OK

post/files/upload
Request samples
application/json
{
  • "url": "dq-chart.png or requestedDirectory/dq-chart.png"
}
Response samples
application/json
{}