
Fluxpoint API
/gen/welcome
Get a generated welcome image.
[Image Bytes Response]
Example Request
Use this json body when sending a request.
{
"username": "Builderb#0001",
"avatar": "https://cdn.discordapp.com/avatars/190590364871032834/cbcf74d79018b6cb69546fd68c8d818a.png?size=320",
"background": "#aaaaaa",
// Optional
"members": "member #1",
"icon": "neko",
"banner": "space",
"color_welcome": "red",
"color_username": "40,0,80",
"color_members": "#ffffff",
}
/list/icons
Get a list of welcome icons to use.
{
"success": true,
"code": 200,
"message": "",
"list": Array<string>
}