POST
/
conversations
curl --request POST \
  --url https://api.findly.ai/v1/conversations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "question": "How much stock did we sell last week?",
  "propertyId": "<string>",
  "workspaceName": "my-workspace"
}'
{
  "conversationId": "xxx-yyy-zzz",
  "publicUrl": "https://dashboard/findly.ai"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

Success

The response is of type object.