Authorizations
Path Parameters
Function identifier
Body
Payload to send to the function. Structure is completely flexible - send any valid JSON that your function expects. The payload will be forwarded to your function as the request body.
Response
Function executed successfully
Function execution result. The response structure mirrors whatever your function returns. This is the raw output from your function code.

