GET
/
match
/
{type}
curl --request GET \
  --url https://images.miona.bot/match/{type} \
  --header 'Authorization: <api-key>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Path Parameters

type
enum<string>
required

Type of matching images to retrieve

Available options:
matchphoto,
matchgif,
matchbanner

Response

200
application/json
Array of two matching images of the specified type

The response is of type string[].