Skip to main content
POST
/
v1
/
ask-feather
/
sessions
Create Session
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/ask-feather/sessions \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "title": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "title": "<string>",
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Body

application/json
title
string | null

Response

Successful Response

id
string<uuid>
required
title
string | null
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required