Demo Technical
API & SDKs

Endpoint reference

Core HTTP endpoints for managing Relay Edge functions.

All Relay HTTP APIs use HTTPS, JSON bodies, and stable error codes. Paths are rooted at https://api.relay-edge.example/v1.

Functions

GET/v1/functions

List deployed functions for the workspace.

ParameterTypeDescription
regionstringFilter by region code
limitintegerPage size (max 100)
POST/v1/functions

Create or replace a function deployment.

ParameterTypeDescription
namestringFunction name
digeststringBundle checksum
GET/v1/functions/{id}/invocations

Fetch recent invocations for a function.

ParameterTypeDescription
idstringFunction identifier
Warning
Idempotency-Key headers are required for POST and PUT. Retries without them may create duplicate deployments.