StarRocks Stream Load HTTP API

Stream Load is a synchronous HTTP-based ingestion API. Clients PUT a CSV or JSON payload to /api/{db}/{table}/_stream_load with HTTP Basic authentication and headers like `label`, `column_separator`, `columns`, and `format`. The server returns the load result inline.

API entry from apis.yml

apis.yml Raw ↑
aid: starrocks:starrocks-stream-load
name: StarRocks Stream Load HTTP API
humanURL: https://docs.starrocks.io/docs/loading/StreamLoad/
baseURL: http://{fe_host}:{fe_http_port}/api/{database}/{table}/_stream_load
tags:
- Ingestion
- Loading
- HTTP
description: Stream Load is a synchronous HTTP-based ingestion API. Clients PUT a CSV or JSON payload
  to /api/{db}/{table}/_stream_load with HTTP Basic authentication and headers like `label`, `column_separator`,
  `columns`, and `format`. The server returns the load result inline.
properties:
- type: Documentation
  url: https://docs.starrocks.io/docs/loading/StreamLoad/
- type: Authentication
  url: https://docs.starrocks.io/docs/loading/StreamLoad/