Skip to main content
POST
/
v1
/
knowledge-base
/
documents
/
{documentId}
/
view
Get a signed view URL for a knowledge base document
curl --request POST \
  --url http://localhost:3333/v1/knowledge-base/documents/{documentId}/view
{
  "signedUrl": "<string>",
  "fileName": "<string>",
  "fileType": "<string>",
  "viewableInBrowser": true
}

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

documentId
string
required

Response

200 - application/json

Signed view URL generated

signedUrl
string
fileName
string
fileType
string
viewableInBrowser
boolean