Skip to main content
POST
Create a knowledge base

Authorizations

Authorization
string
header
required

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

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

Body

application/json

Request body for creating a new knowledge base.

name
string
required

Display name of the knowledge base

Required string length: 1 - 128
instructions
string

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

Maximum string length: 2000

Response

Knowledge base created successfully

Detailed representation of a knowledge base.

id
integer<int64>
read-only

Unique identifier for the knowledge base

name
string

Display name of the knowledge base

instructions
string

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

updatedAt
string<date-time>
read-only

Timestamp of the last modification

ownerUserId
integer | null
read-only

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