Skip to main content
POST
/
api
/
v1
/
knowledge-bases
/
{knowledgeBaseId}
/
resources
Error
A valid request URL is required to generate request examples
{
  "data": {
    "added": [
      {
        "id": "kb_res_pricing",
        "type": "url",
        "title": "Pricing page",
        "value": "https://acme.com/pricing",
        "status": "indexed"
      }
    ],
    "totalResources": 6
  }
}

Documentation Index

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

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

Path Parameters

knowledgeBaseId
string
required

Body

application/json

Knowledge base resource payload

resources
object[]
required

Response

200 - application/json

Resources added

data
object
required