Public Endpoints
Public endpoints do not require authentication and are safe to call from a browser. Use them for lightweight lookups like fetching a profile image by wallet ID.
Get profile image
GET /public/image/{walletId}
cURL
curl -s "$FREEQ_API_URL/public/image/abc123" -o profile.png
Responses
200— PNG image404— not found500— server error