Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://storage-api.salad.com/organizations/{organization_name}/files/{filename+} \ --header 'Content-Type: multipart/form-data' \ --header 'Salad-Api-Key: <api-key>' \ --form file='@example-file' \ --form 'mimeType=<string>' \ --form 'sign=<string>' \ --form 'signatureExp=<string>'
{ "url": "<string>" }
The file to upload
The MIME type of the file
"true" to return a signed url
The expiration ttl of the signature in seconds. Default is 30 days.
File uploaded successfully
Was this page helpful?