Get S3 upload parameters via query string. This endpoint provides the necessary information to complete the file upload process using GET parameters.
Example CURL command:
curl -X GET "https://lilt.com/v2/upload/s3/params?key=API_KEY&filename=example.json&type=application/json&metadata.size=1024&metadata.labels=important,review-needed"
A file name including file extension.
"document.xliff"
The content-type or mime-type of the file to upload.
"video/mp4"
The size of the file to upload in bytes.
x >= 01024
File category metadata.
"documents"
File UUID metadata.
"123e4567-e89b-12d3-a456-426614174000"
Comma-separated list of label names to be added to the file after upload completes.
"important,review-needed"