Skip to content

Cards


Generate Card (ALPHA)

GET /api/cards/generate-card
Terminal window
https://api.cookie-api.com/api/cards/generate-card

Query Parameters:

  • Authorization (required) - Your API Key
  • image1 (required) - The round Image in the middle
  • background_link (required) - Discord username
  • text1 (required) - Text below the Round Image
  • font_color (required) - Color of the text (Hex format)

Response:

Example

Text Card example

Curl:

Terminal window
curl --location 'https://api.cookie-api.com/api/cards/generate-card?image1=Image%20link&background_link=Image%20link&text1=First%20text%20box&text2=Second%20text%20box&font_color=%23FF000&Authorization=API_Key'