{"name":"Xogot Game Packager API","description":"Cloudflare Worker for downloading, processing, and packaging Xogot games","version":"1.0.0","endpoints":{"POST /process":{"description":"Synchronous game processing (returns result immediately)","parameters":{"userName":"Username for the game request","gameName":"Name of the game to process","replacements":"Object containing string replacements to apply (optional)"}},"POST /process-async":{"description":"Asynchronous processing (returns job ID for polling)","parameters":"Same as /process"},"GET /status":{"description":"Check status of async job","parameters":{"jobId":"Job ID from /process-async"}},"GET /health":{"description":"Health check endpoint"}}}