{"name":"Clanker Client API","version":"1.0.0","description":"API for preparing Clanker token deployment configurations","endpoints":{"POST /api/prepare-deploy":"Prepare deployment configuration for client-side execution","GET /api/fee-options":"Get available fee options","POST /api/upload/url":"Upload image from URL to IPFS","POST /api/upload/file":"Upload image file to IPFS (base64)","POST /api/pin-hash":"Pin existing IPFS hash","GET /api/health":"Health check"},"documentation":{"prepareDeployExample":{"url":"POST /api/prepare-deploy","body":{"name":"My Token","symbol":"MTK","userAddress":"0x...","feePercentage":5,"rewardTokenType":"Paired","metadata":{"description":"My awesome token","website":"https://example.com","twitter":"https://twitter.com/..."},"image":"https://example.com/image.png","vanity":true,"poolType":"Recommended"}},"uploadExample":{"url":"POST /api/upload/url","body":{"imageUrl":"https://example.com/image.png"}}}}