Media API

Upload and retrieve of media for outgoing and incoming messages

Sleekflow API supports the upload and retrieval of media for both outgoing and incoming messages.

It consists of 4 types:

GetMediaUploadLink

UploadMedia

GetMedia

DeleteMedia

There is no image storage location, use GetMediaUploadLink to generate a link, then use API to upload media to the link.

Last updated