Skip to main content
POST
/
v1
/
ask-feather
/
sessions
/
{session_id}
/
messages
Send Message
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/ask-feather/sessions/{session_id}/messages \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "content": "<string>",
  "workflow": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

session_id
string<uuid>
required

Body

application/json
content
string
required
Minimum string length: 1
workflow
string | null

Response

Successful Response