API and SDK Reference
Use Redpanda’s API reference documentation to learn about and interact with API endpoints:
-
Use the Cloud API to manage Redpanda Cloud clusters and resources. See also: Cloud API Overview.
-
Manage schemas within a Redpanda cluster. See also: Schema Registry documentation.
-
HTTP Proxy is an HTTP server that exposes operations you can perform directly on a Redpanda cluster. Use the Redpanda HTTP Proxy API to perform a subset of actions that are also available through the Kafka API, but using simpler REST operations. See also: Use Redpanda with the HTTP Proxy API.
-
Manage components of a Redpanda cluster, such as individual brokers and partition leadership. The Redpanda Admin API also allows you to perform operations that are specific to the Redpanda Enterprise and cannot be done using the standard Kafka API.
Use the SDK reference documentation to build and deploy data transforms on Redpanda topics: