Cards
/cards/couple
Make a couple card between two users
Query Parameters
avatar1?string
A valid image URL
Length
1 <= length <= 2048avatar2?string
A valid image URL
Length
1 <= length <= 2048percentage?integer
The percentage of love between the two users
Range
0 <= value <= 100primary_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/couple""string"{
"message": "string"
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}