Skip to main content
This endpoint tells Strange Loop the details of a file you wish to pass as input to an Automation. Its response will tell the caller where they can upload the file to make it accessible to the Strange Loop platform.

Request

string
The name of the file, including extension.
integer
The size of the file, in bytes.

Response

string
A unique identifier for the file. You will pass the ID to a subsequent call to invoke the Automation.
string
The URL to which the file should be uploaded in the next step.
object
A key-value map of parameters which need to be passed when the file is uploaded, in order to authenticate the call.
string
The identified extension of the file.