Skip to main content
POST
/
api
/
knowledge-base
Create Knowledge Base
curl --request POST \
  --url https://api-in.getello.ai/api/knowledge-base \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "status": 201,
  "message": "Single source knowledge base created successfully",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs-in.getello.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

Body

URL-based single source knowledge base

baseUrl
string<uri>
required
Example:

"https://getello.ai"

urlName
string
Example:

"Ello.ai"

Example:
[
  "https://getello.ai/pricing",
  "https://getello.ai/blog"
]
type
enum<string>

Optional. If provided should be 'link'.

Available options:
link
Example:

"link"

workspaceId
string

Optional. If not provided, workspace is taken from the authenticated token.

Example:

"685d4b93fb5b2e221dc80ea9"

Response

Knowledge base created successfully

status
integer
Example:

201

message
string
Example:

"Single source knowledge base created successfully"

data
object