Stateless Sync API

Write records to destination

Reads NDJSON messages from the request body and writes them to the destination. Pipe /read output as input. Alternatively, send Content-Type: application/json with {pipeline, body: [...messages]}.

post/pipeline_write

Headers

JSON-encoded PipelineConfig

Request body

Response

NDJSON stream of write result messages

Changes