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-cards

Example Request

GET https://api.wecompleteapp.com/api/advice-cards
Headers:
  Content-Type: application/json

Example 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