{"name":"Node.js Screenshot API","version":"1.0.0","authentication":{"type":"HTTP Basic Authentication","description":"All endpoints except /health and / require Basic Auth","header":"Authorization: Basic <base64(username:password)>"},"endpoints":{"basic_screenshot":{"path":"/screenshot","method":"GET","description":"Take a screenshot of radar webpage","authentication":"Required","parameters":{"token":"Token to screenshot (required)"}},"token_screenshot":{"path":"/screenshot/token","method":"GET","description":"Generate a token price chart screenshot for Solana tokens","authentication":"Required","parameters":{"tokenAddress":"Token contract address (required)"}},"health":{"path":"/health","method":"GET","description":"Health check endpoint","authentication":"Not required"}}}