POST
/
super
curl --request POST \
  --url https://api.super.work/v1/super \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "question": [
    "What are the onboarding steps?"
  ],
  "parentId": "<string>",
  "assistantId": "<string>"
}'
{
  "answer": "The onboarding steps are...",
  "sources": [
    {
      "title": "Onboarding",
      "url": "https://slite.slite.page/p/S1TSuHnZf/Security-at-Slite",
      "id": "S1TSuHnZf",
      "updatedAt": "2021-01-01T00:00:00.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Response

200
application/json

Ok

The response is of type object.