POST /card
Creates a Welcome/Boost card
Headers
| Name | Value |
|---|---|
| apikey | 28-Character API Key |
Body
| Name | Type | Description |
|---|---|---|
| username | string* | Username of the user to make the card for |
| description | string* | Displayed under the users name |
| avatarUrl | string* | The url of the user’s profile picture |
| backgroundUrl | string | The image of the background (This or backgroundHex is required) |
| backgrundHex | string | The color of the background (This or backgroundUrl is required) |
Response
- 200: OK
- 400: Bad Request
- 429: Too Many Requests
