Skip to main content
GET
/
api
/
knowledge-bases
List knowledge bases
curl --request GET \
  --url https://api.upon-ai.com/api/knowledge-bases \
  --header 'Authorization: Bearer <token>'
[
  {
    "knowledgeBaseId": "knowledge_base_17c5db1600cea2b4",
    "name": "Customer Support FAQ",
    "status": "processing"
  }
]

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

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

Authorizations

Authorization
string
header
required

Generate tokens from your profile settings at app.uponai.com.

Query Parameters

workspaceId
integer
required

Workspace identifier. Call GET /api/workspaces to list workspaces accessible to your token.

Response

200 - application/json

Knowledge base summaries.

knowledgeBaseId
string
required
name
string
required
status
enum<string>
required
Available options:
processing,
ready,
failed