Skip to main content

Perform search on your data sources.

Request Body required

Chat message request body

    projectId uuid required

    Your Magic AI project id

    query string required

    your search query to perform against your data sources

Responses

successful operation


Schema
  • Array [
  • pageContent string

    The text message that you want to send to your AI chat bot

    metadata object
    title string

    The title of the datasource used to train the AI model

    url string

    If the datasource is a web page, this is the url of the page

  • ]
Loading...