POSThttps://api.humanloop.com/v4/chat-deployed
Body Parameters
  • true
View in API Reference
Request
$curl -X POST https://api.humanloop.com/v4/chat-deployed \
> -H "X-API-KEY: " \
> -H "Content-Type: application/json" \
> -d '{
> "stream": true,
> "messages": [
> {
> "role": "user"
> }
> ]
>}'
Response