{"success":true,"data":{"endpoints":[{"method":"GET","path":"/health","description":"Health check."},{"method":"POST","path":"/chat/gpt","description":"Chat with OpenAI model.","body":{"contentType":"application/json","fields":[{"name":"prompt","type":"string","required":true,"description":"User prompt for the model."},{"name":"data","type":"string","required":true,"description":"Input data to be transformed."}],"example":{"prompt":"Extract the fields and return JSON.","data":"Name,Age\nAda,31"}}},{"method":"POST","path":"/chat/gemini","description":"Chat with Gemini model.","body":{"contentType":"application/json","fields":[{"name":"prompt","type":"string","required":true,"description":"User prompt for the model."},{"name":"data","type":"string","required":true,"description":"Input data to be transformed."}],"example":{"prompt":"Extract the fields and return JSON.","data":"Name,Age\nAda,31"}}},{"method":"POST","path":"/chat/glm","description":"Chat with GLM (Zhipu AI) model.","body":{"contentType":"application/json","fields":[{"name":"prompt","type":"string","required":true,"description":"User prompt for the model."},{"name":"data","type":"string","required":true,"description":"Input data to be transformed."}],"example":{"prompt":"Extract the fields and return JSON.","data":"Name,Age\nAda,31"}}}]},"error":null}