# Restate Ingress API

**Canonical:** https://apis.io/apis/restate-dev/ingress-api/  
**Provider:** Restate — https://apis.io/providers/restate-dev/  
**Documentation:** https://docs.restate.dev/invoke/http

Restate Ingress API is one of 3 APIs that [Restate](https://apis.io/providers/restate-dev/) publishes on the [APIs.io](https://apis.io/) network. Tagged areas include Data Plane, HTTP, Idempotency, Ingress, and Invocation. The published artifact set on APIs.io includes API documentation and a GitHub repository.

The Restate Ingress API is the HTTP data-plane for invoking services, virtual objects, and workflows running on Restate Server, exposed by default on port 8080. Requests follow the path conventions /{ServiceName}/{handler}, /{VirtualObject}/{key}/{handler}, and /{Workflow}/{workflowId}/run, with JSON bodies. Append /send for fire-and-forget invocations that return an invocation ID, pass a ?delay= parameter for delayed/scheduled invocations, and use the Idempotency-Key header for at-most-once semantics (responses are cached for 24 hours). The Ingress also brokers Kafka-event-driven handler invocations and exposes per-service OpenAPI documents at :9070/services/{ServiceName}/openapi.

## Machine-readable artifacts (2)

- **Documentation** — https://docs.restate.dev/invoke/http
- **GitHubRepository** — https://github.com/restatedev/restate

## Other Restate APIs (2)

- [Restate Admin API](https://apis.io/apis/restate-dev/admin-api/)
- [Restate Service Protocol](https://apis.io/apis/restate-dev/service-protocol/)

## Tags

Data Plane, HTTP, Idempotency, Ingress, Invocation, Virtual Objects, Workflows

---

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