POST /lami/public HTTP/1.1
Host: api.laminar.run
Content-Type: application/json
Accept: */*
Content-Length: 176
{
"language": "text",
"inputJson": "text",
"input": "text",
"existingMessages": [
{
"role": "text",
"content": "text"
}
],
"apiStatus": {
"error": "text"
},
"output": {
"result": "text",
"log": "text"
}
}