---
title: "Create or update a Hex conversation snapshot"
method: POST
path: "/v1/eve/conversations"
tags: ["Hex", "Public"]
---

# Create or update a Hex conversation snapshot

`POST /v1/eve/conversations`

## Request body

- object
  - `id` unknown
  - `clientId` unknown
  - `title` unknown
  - `sessionId` unknown
  - `continuationToken` unknown
  - `status` 'waiting' | 'completed' | 'failed' | 'unknown'
  - `streamIndex` number
  - `messages` object[], required
    - `id` string, required
    - `role` 'operator' | 'eve', required
    - `body` string, required
    - `time` string, required
    - `status` 'complete' | 'streaming' | 'failed'
    - `workflow` unknown

## Response `200`

Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
