Images
Base URL
https://image-api.bonfida.comGet a list of domain images
GET /image?domain=foo&domain=bar{
"result": [
{ "domain": "foo", "image": "https://..." },
{ "domain": "bar", "image": "https://..." }
// ...
]
}Last updated