Skip to main content
POST
/
documents
/
{data_source_id}
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "id": "<string>",
      "success": true,
      "error": "<string>"
    }
  ]
}
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.

Rate Limits

600 requests per minute.

Authorizations

Authorization
string
header
required

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

Path Parameters

data_source_id
string
required

Body

application/json
documents
object[]
required

Response

Success

results
object[]
required