Sign in

Send AI Chat Event

documented

Send chat events to an AI agent.

POST /api/v1/ai_agents/chatAI Agentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.ultimate.ai/converse/chat" \
  -X POST \
  -H "Authorization: {{ZENDESK_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "botid: {{$bot_id}}" \
  -d '{"platformConversationId": "{{$platformConversationId}}", "eventType": "{{$eventType}}", "text": "{{$text}}", "metaData": {"key": "{{$metaKey}}", "value": "{{$metaValue}}", "sanitize": {{$sanitize}}}, "cardIndex": {{$cardIndex}}}'