Advice Cards API
Retrieve randomly generated advice card images
Advice Cards API
Get randomly generated advice card images
Endpoint
https://api.wecompleteapp.com/api/advice-cardsExample Request
GET https://api.wecompleteapp.com/api/advice-cards
Headers:
Content-Type: application/jsonExample Response
{
"success": true,
"imageUrl": "https://api.wecompleteapp.com/advice-cards/card-12.png",
"imageName": "card-12.png"
}📌 Note:
- Returns a new random image on each call
- No authentication required