An open API service indexing awesome lists of open source software.

https://github.com/mautops/avatar

multiavatar-python self hosted image
https://github.com/mautops/avatar

Last synced: 4 months ago
JSON representation

multiavatar-python self hosted image

Awesome Lists containing this project

README

          

## 启动 FastAPI 服务

```bash
uvicorn main:app --reload
```

## 访问 avatar API

请求示例:

```
GET http://127.0.0.1:8000/avatar?name=yourname
```

返回内容为 SVG 格式头像。