1
0 Comments

New API Features

New Multiavatar API updates are now live!

You can now generate any avatar in PNG or SVG format by opening a simple link:
https://api.multiavatar.com/Starrr.png
https://api.multiavatar.com/Starrr.svg

Embedding with Markdown:

Starcrasher

Previous API features are working similarly like before.

To get an avatar as SVG code, pass the avatar's ID as the URL parameter:
https://api.multiavatar.com/Starrr

JavaScript API call example to get SVG code:
let avatarId = 'Starrr'
fetch('https://api.multiavatar.com/'
+JSON.stringify(avatarId))
.then(res => res.text())
.then(svg => console.log(svg))

Happy New Year!

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 48 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 28 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments How I Launched FrontendEase 13 comments