v1

latestOpenAPI 3.0.12026-07-24116117186.3 KB
Messages

Upload file for preprocessor

The method is used for uploading a file for the preprocessor from an external repository.

post/api/v1/preprocessor/file/upload

Request body

linkstring required

The link to the PreProcessor data file in an external repository.

preprocessorTypestring required

PreProcessor data type [Random, Key].

ttlHoursinteger

File time to live in the system in hours. The default value is 1 month.

Example request

{
  "link": "http://example.com/file.json",
  "preprocessorType": "Key",
  "ttlHours": 240
}