Cards
/cards/welcome
Make a welcome card
Query Parameters
avatar?string
A valid image URL
Length
1 <= length <= 2048text1*string
The top text
Length
1 <= length <= 100text2?string
The middle text
Length
1 <= length <= 100text3?string
The bottom text
Length
1 <= length <= 100bg_url?string
A valid image URL
Length
1 <= length <= 2048bg_color?string
A valid hexadecimal color (without the #)
Match
^[A-Fa-f0-9]{6}$Length
6 <= length <= 6font_color?string
A valid hexadecimal color (without the #)
Match
^[A-Fa-f0-9]{6}$Length
6 <= length <= 6blur?boolean
Blur the background image if there is one
avatar_border?boolean
Enable the avatar border (default: true)
avatar_border_color?string
A valid hexadecimal color (without the #)
Match
^[A-Fa-f0-9]{6}$Length
6 <= length <= 6Response Body
image/png
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/cards/welcome?text1=string""string"{
"message": "string"
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}