Skip to main content
POST
https://example.com
/
api
/
ingest
/
ndjson
Ingest NDJSON log documents
curl --request POST \
  --url https://example.com/api/ingest/ndjson \
  --header 'Authorization: Bearer <token>'
{
  "num_docs_for_processing": 123
}

Authorizations

Authorization
string
header
required

Ingest API key

Response

Documents accepted for processing

Quickwit ingest acknowledgement

num_docs_for_processing
integer