{"analyze":{"method":"POST","path":"/api/analysis","headers":{"X-API-KEY":"is_xxx (optional)"},"body":{"type":"TEXT|IMAGE_UPLOAD|WEBSITE_URL","text":"string (for TEXT)","url":"string (for WEBSITE_URL)","imageData":"string (base64 for IMAGE_UPLOAD)"},"response":{"verdict":"spam|not_spam|uncertain","confidence":0,"keyDetails":["..."]}},"usage":{"method":"GET","path":"/api/usage","headers":{"X-API-KEY":"is_xxx"},"response":{"used":0,"quota":100}},"apiKeys":{"create":{"method":"POST","path":"/api/apikeys","body":{"userId":"string","name":"string"}},"list":{"method":"GET","path":"/api/apikeys?userId=xxx"},"delete":{"method":"DELETE","path":"/api/apikeys?id=xxx&userId=xxx"}}}