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