v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Knowledge Bases

Add a link

<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>

Adds a web link to a knowledge base.

Requires the AI SDR feature on the caller's team.

post/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/links

Path parameters

knowledge_base_idinteger required

Parent knowledge base id

Request body

urlstring required

The URL to attach

Example request

{
  "url": "https://docs.example.com/product/launch"
}

Response

Link added successfully

idstring uuid

Unique identifier for the link

createdAtstring date-time

Timestamp when the link was added

urlstring

The URL associated with the link

Example response

{
  "id": "9c1f8a7e-0b3a-4d11-9b9c-2c4f8a7e0b3a",
  "createdAt": "2026-05-10T14:32:11Z",
  "url": "https://docs.example.com/product/launch"
}