LogoMediaLit Docs
Api

Get Media Count

Get the total number of media files.

POST
/media/get/count

Get the total number of media files.

Authorization

apiKeyAuth
x-medialit-apikey<token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://api.medialit.cloud/media/get/count"
{
  "count": 0.1
}
{
  "error": "Unauthorized"
}
{
  "error": "Internal Server Error"
}