content
Avatar Generator
Beautiful gradient avatars from any seed.
Pricing
Free
No charge
Method
GET
content
Rate limit
120
requests / min
Endpoint
GEThttps://www.test.mraipay.top/api/v1/avatar?key=YOUR_KEY
Try it now
Click "Send request" to see live response…
Code examples
cURL
curl "https://www.test.mraipay.top/api/v1/avatar?key=YOUR_KEY"
PHP
$res = file_get_contents("https://www.test.mraipay.top/api/v1/avatar?key=YOUR_KEY");
$data = json_decode($res, true);
print_r($data);
JavaScript
fetch("https://www.test.mraipay.top/api/v1/avatar?key=YOUR_KEY")
.then(r => r.json())
.then(console.log);
Sample Response
{"image_url":"https://.../a.png"}