cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/storage/files/upload \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Upload a file to cloud storage.
Destination path (e.g., /folder/file.txt)
Comma-separated tags
Successful Response
Was this page helpful?