Skip to main content
PUT
/
v3
/
sequences
/
ai-sdr
/
{sequence_id}
/
knowledge-base
Set the sequence's knowledge base
curl --request PUT \
  --url https://api.reply.io/v3/sequences/ai-sdr/{sequence_id}/knowledge-base \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "knowledgeBaseId": 2
}
'
{
  "title": "Unauthorized",
  "status": 401,
  "detail": "Authentication credentials are missing or invalid."
}

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

sequence_id
integer
required

Sequence id

Required range: x >= 1

Body

application/json
knowledgeBaseId
integer<int64>
required
Required range: x >= 1

Response

Knowledge base connection updated