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.