Skip to main content
POST
https://your-rootprint-host
/
api
/
ingest
/
ndjson
Ingest NDJSON logs
curl --request POST \
  --url https://your-rootprint-host/api/ingest/ndjson \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-ndjson' \
  --data '"<string>"'
{
  "num_docs_for_processing": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

Use an ingest API key from Administration → API keys. Each ingest API key is scoped to one index, and Rootprint forwards the request body to that index.

Authorizations

Authorization
string
header
default:rootprint_ingest_token
required

Ingest token generated in the Rootprint admin panel.

Body

The body is of type string.

Response

Quickwit ingest response.

num_docs_for_processing
integer