# StarRocks Stream Load HTTP API

**Canonical:** https://apis.io/apis/starrocks/starrocks-stream-load/  
**Provider:** StarRocks — https://apis.io/providers/starrocks/  
**Base URL:** http://{fe_host}:{fe_http_port}/api/{database}/{table}/_stream_load  
**Documentation:** https://docs.starrocks.io/docs/loading/StreamLoad/

StarRocks Stream Load HTTP API is one of 3 APIs that [StarRocks](https://apis.io/providers/starrocks/) publishes on the [APIs.io](https://apis.io/) network. Tagged areas include Ingestion, Loading, and HTTP. The published artifact set on APIs.io includes API documentation and authentication docs.

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.

## Machine-readable artifacts (3)

- **Documentation** — https://docs.starrocks.io/docs/loading/StreamLoad/
- **Authentication** — https://docs.starrocks.io/docs/loading/StreamLoad/
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/starrocks/refs/heads/main/apis.yml

## Other StarRocks APIs (2)

- [StarRocks FE HTTP API](https://apis.io/apis/starrocks/starrocks-fe-http/)
- [StarRocks Query Interface (MySQL Wire)](https://apis.io/apis/starrocks/starrocks-mysql-protocol/)

## Tags

Ingestion, Loading, HTTP

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/starrocks/starrocks-stream-load/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/starrocks/.
