Skip to main content
GET
/
count
cURL
curl --request GET \
  --url https://images.miona.bot/count \
  --header 'Authorization: <api-key>'
[
  {
    "type": "<string>",
    "count": 123
  }
]

Authorizations

Authorization
string
header
required

Response

Array of objects containing the type and the number of images

type
string
count
integer