Skip to main content
POST
Upsert documents
These endpoints require a custom API data source. See Custom API for setup instructions. Send a maximum of 100 documents per request. The writes will be queued and processed in the background.

Authorizations

Authorization
string
header
default:YOUR_API_TOKEN
required

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

Path Parameters

data_source_id
string
required

ID of the custom API data source.

Body

application/json
documents
object[]
required

Response

Success

results
object[]
required