About the API
{{alias}}
for file placeholders for input and output files.
Input files will need to be sent in the input_files
dictionary, with each key starting with in_
prefix, and the value should be an online accessible storage endpoint for Rendi to pull files from.
The in_
prefix is mandatory for Rendi to consider this as a valid input fille.
Output files will similarly be in output_files
dictionary, with each key starting with out_
prefix, and the value is the required output file name, without any folder or path structure. Output files will be places in a Rendi hosted storage and their name will be as you specified.
The out_
prefix is mandatory for Rendi to consider this as a valid input fille.
Only alpha-numeric characters and underscores are allowed for output file names, for the file extension a period character is also allowed (e.g. output_1.mp4
).
{{in_1}}
with backslashes and brackets \{\{in_1\}\}
.X-API-KEY
as