Was this helpful?
/lami/public
curl -L \ --request POST \ --url 'https://api.laminar.run/lami/public' \ --header 'Content-Type: application/json' \ --data '{ "language": "text", "inputJson": "text", "input": "text", "apiStatus": { "error": "text" }, "output": { "result": "text", "log": "text" }, "existingMessages": [ { "role": "text", "content": "text" } ] }'
{}