cURL
curl --request POST \ --url https://api.example.com/api/file/upload \ --header 'Content-Type: multipart/form-data' \ --header 'X-Session-API-Key: <api-key>' \ --form file='@example-file'
{ "success": true }
Upload a file to the workspace using query parameter (preferred method).
Absolute file path
Successful Response
Was this page helpful?