Skip to main content
POST
/
commands
/
{command_id}
/
editor
/
draft
/
turn
/
stream
Post Command Editor Draft Turn Stream
curl --request POST \
  --url https://analyst.heyhumm.ai/commands/{command_id}/editor/draft/turn/stream \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "draft_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://heyhumm.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

command_id
string<uuid>
required

Command ID

Query Parameters

organization_id
string
required

Body

application/json

Request payload for one command editor turn.

message
string
required
draft_id
string | null

Response

Successful Response