cURL
curl --request POST \ --url https://api.sakari.io/v1/tools/sharefile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/octet-stream' \ --data '"<string>"'
{ "success": true, "data": { "link": "<string>", "expires": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://developer.sakari.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.sakari.io/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
The body is of type file.
file
successful operation
Show child attributes