Example
Cards
Generate Card (ALPHA)
This Endpoint has been taken offline. A new Version will follow soon.
GET /api/cards/generate-card
https://api.cookie-api.com/api/cards/generate-card
Query Parameters:
Authorization
(required) - Your API Keyimage1
(required) - The round Image in the middlebackground_link
(required) - Discord usernametext1
(required) - Text below the Round Imagefont_color
(required) - Color of the text (Hex format)
You can add an unlimited amount of text and images. However, please note that they should be labeled sequentially as text1, text2, etc. The same naming convention applies to the round images.
Response:
Curl:
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'