Skip to main content
Append or upsert documents into an existing index. This is an async operation - the response includes a jobId you can poll with getJobStatus. The service merges the new documents, rebuilds the index efficiently, and makes fresh artifacts available for further usage. Required fields: indexName, docs Optional fields: options.upsert (defaults to true). Example request
Responses
Errors
  • 404 if the index cannot be located.
  • 500 when existing documents cannot be downloaded or the update fails.