Skip to main content
POST
Start a conversation

Authorizations

Authorization
string
header
required

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

Body

application/json
question
string
required

The question you want Darling to answer

Example:

"How much stock did we sell last week?"

propertyId
string
required

Which data source to query, by property ID

workspaceName
string

Optionally specify workspace name, otherwise default will be used

Example:

"my-workspace"

Response

200 - application/json

Success

conversationId
string
Example:

"xxx-yyy-zzz"

publicUrl
string<url>
Example:

"https://app.darlinganalytics.ai"