> For the complete documentation index, see [llms.txt](https://docs.fluxpoint.dev/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluxpoint.dev/api/endpoints/image-gen/templates.md).

# Templates

#### Welcome Image

## Welcome Image

<mark style="color:green;">`POST`</mark> `https://api.fluxpoint.dev/gen/welcome`

Generate a welcome image template.

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

Example request json body<br>

```
{
	"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",
}
```
