Skip to main content

gRPC

For high-performance applications, you can connect directly to our HTTP/2 gRPC API.
Supported Languages: Any language with gRPC support — Go, Python, Java, C++, Ruby, C#, PHP, and more
Best For: Polyglot environments or languages without an official SDK

Connection Details

string
api.simpleemailapi.dev:443
string
v1.EmailService
string
SendEmail

Authentication

Pass your api key in the Authorization metadata header.

Example (buf curl)

Use buf curl to invoke RPCs using the remote schema registry—no manual proto downloads required.

Protobuf Definitions

You can generate clients for any language (Go, Java, Python, C++, etc.) using our Protobuf definitions available on the Buf Registry (BSR).