- Datapoints
- Projects
- ProjectsActive Config
- ProjectsDeployed Config
- Datasets
- Evaluations
- Evaluators
- Feedback
- Logs
- Model Configs
- Sessions
POST
$ curl -X POST https://api.humanloop.com/v4/chat-deployed \ > -H "X-API-KEY: " \ > -H "Content-Type: application/json" \ > -d '{ > "stream": false, > "messages": [ > { > "role": "user", > "content": "What is the weather in SF?" > } > ], > "project": "ai-assistant", > "inputs": { > "persona": "helpful but will *always* tell a joke first before calling tools" > } > }'