Skip to main content
POST
Import content in bulk

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kbId
string
required

Knowledge base to operate on. Get the ids from listMyKnowledgeBases.

Body

application/json

A batch of content to load.

items
object[]
required

Up to 200 rows.

Response

The batch was processed. Read the per-row outcome — a rejected row does not fail the call.

Per-row outcome of a bulk import.

successes
object[]
required

Rows that were stored.

failures
object[]
required

Rows that were refused, with the reason. The rest of the batch still applied.