cURL
curl --request POST \ --url https://api.example.com/api/file/upload/{path} \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "success": true }
Upload a file to the workspace.
Absolute file path.
Successful Response
Was this page helpful?