# Generate a welcome card **GET /v1/images/welcome-card** Creates a welcome card for new server members. ## Servers - Production: https://api.4mina.app (Production) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **username** (string) - **memberCount** (integer) Member number - **guildName** (string) Server name - **avatar** (string(uri)) - **message** (string) Custom message - **accentColor** (string) ## Responses ### 200 SVG image #### Body: image/svg+xml (string) string ### 400 Bad request - missing or invalid parameters #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) ### 401 Unauthorized - invalid or missing API key #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) [Powered by Bump.sh](https://bump.sh)