This api route don't require any authentication or token and can be used anywhere.
Avatar
Introduction
Use this api route to get random and unique avatar for api. Use it for default profile pic or profile placeholder for any website ,app or anywhere. You don't need any library to generate avatar , just a simple http request.
Endpoint
Get
https://api.oyyi.xyz/v1/avatarParameter
id
Pass userid or any id if you want to have same avatar everytime- id -
string id for persistent avatar response
- Default -
Null
- id -
Example
import requestsr = requests.get($BASE_URL/avatar)
Response
Response will be binary png image
Table of Contents