v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
Projects

Create New Project

Creates a new project.

post/api/v1/projects

Request body

_ownerstring required

Foreign key to the user this object belongs to.

_orgstring required

Foreign key to the organization this object belongs to.

namestring required

The name of the flow.

chatInstructionsstring

How would you like Chat Explore to respond? For example:

  • Respond only in spanish
  • Provide short and concise answers only
  • Make sure to always include a chart
chatContextstring

What would you like Chat Explore to know about this application to provide better responses? For example:

  • This dataset is customer engagement data
  • The units of the sales column are in millions
  • The data is messy and contains typos
chatSuggestionsstring

Customize the default chat suggestions by writing a list of suggestions separated by newlines. For example:

  • What is the average net media cost by campaign ID?
  • Make sure to always include a chart

Response

Successful Response

idstring required

The ID of this object.

namestring

The name of the flow.

chatInstructionsstring

How would you like Chat Explore to respond? For example:

  • Respond only in spanish
  • Provide short and concise answers only
  • Make sure to always include a chart
chatContextstring

What would you like Chat Explore to know about this application to provide better responses? For example:

  • This dataset is customer engagement data
  • The units of the sales column are in millions
  • The data is messy and contains typos
chatSuggestionsstring

Customize the default chat suggestions by writing a list of suggestions separated by newlines. For example:

  • What is the average net media cost by campaign ID?
  • Make sure to always include a chart