v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Knowledge Bases

Duplicate a knowledge base

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

Creates a copy of an existing knowledge base, including its links, documents, reply handlers, and reengagement cards.

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

post/v3/ai-sdr/knowledge-bases/{id}/duplicate

Path parameters

idinteger required

Knowledge base id to duplicate

Response

Knowledge base duplicated successfully

idinteger

Unique identifier for the knowledge base

namestring

Display name of the knowledge base

instructionsstring

Free-form instructions applied when the knowledge base is referenced by AI SDR generations.

updatedAtstring date-time

Timestamp of the last modification

ownerUserIdinteger nullable

User ID of the owner. null when the owner has been removed from the team.

Example response

{
  "id": 4821,
  "name": "Product knowledge base v3",
  "instructions": "Reference internal launch deck before answering pricing questions.",
  "updatedAt": "2026-05-10T14:32:11Z",
  "ownerUserId": 1234
}