{"name":"Neo Bug Forge API","version":"1.0.0","docs":"/docs","endpoints":{"public":"POST /v1/fix/public  (10 req/day, no auth)","authenticated":"POST /v1/fix         (requires X-API-Key header)","retrieve":"GET  /v1/fix/{fix_id}","health":"GET  /health"},"quick_start":"curl -X POST https://api.neobugforge.io/v1/fix/public -H 'Content-Type: application/json' -d '{\"broken_code\":\"def f(): return 1/0\",\"error_message\":\"ZeroDivisionError\",\"language\":\"python\"}'"}