Skip to main content
POST
/
v3
/
ai-sdr
/
knowledge-bases
/
{knowledge_base_id}
/
links
Add a link
curl --request POST \
  --url https://api.reply.io/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/links \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "https://docs.example.com/product/launch"
}
'
{
  "id": "9c1f8a7e-0b3a-4d11-9b9c-2c4f8a7e0b3a",
  "createdAt": "2026-05-10T14:32:11Z",
  "url": "https://docs.example.com/product/launch"
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

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

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

knowledge_base_id
integer<int64>
required

Parent knowledge base id

Required range: x >= 1

Body

application/json

Request body for adding a web link to a knowledge base.

url
string
required

The URL to attach

Required string length: 1 - 256

Response

Link added successfully

A web link attached to a knowledge base.

id
string<uuid>
read-only

Unique identifier for the link

createdAt
string<date-time>
read-only

Timestamp when the link was added

url
string
read-only

The URL associated with the link