Plume API
Cards

/cards/couple

Make a couple card between two users

GET
/cards/couple

Query Parameters

avatar1?string

A valid image URL

Length1 <= length <= 2048
avatar2?string

A valid image URL

Length1 <= length <= 2048
percentage?integer

The percentage of love between the two users

Range0 <= value <= 100
primary_color?string

A valid hexadecimal color (without the #)

Match^[A-Fa-f0-9]{6}$
Length6 <= length <= 6

Response 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"
}