Slite · Example Payload

Ask

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Ask is an example object payload from Slite, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "ask",
  "method": "GET",
  "path": "/ask",
  "examples": {
    "response_200_Example_1": {
      "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"
        }
      ]
    }
  }
}