Skip to main content
POST
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Body

multipart/form-data

Request body for Create knowledge base.

name
string
required

Knowledge base name

Example:

"FAQ"

description
string
required

Knowledge base description

Example:

"Frequently asked questions"

files
file[]
required

Files to upload

Response

Knowledge base created

A generic response schema for successful API calls.

status
string

Indicates if the request was successful.

Example:

"success"

message
string

A descriptive message about the result of the request.

Example:

"Request completed successfully"

data
object

The payload of the response, if any.