Skip to main content
POST
/
v1
/
tools
/
sharefile
Share file - use to host a file and generate a short link to be used directly in a message or as a link to media for a MMS
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 Index

Fetch the complete documentation index at: https://developer.sakari.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

The body is of type file.

Response

successful operation

success
boolean
required
data
object
required