cURL
curl --request POST \ --url https://api.example.com/functions/{slug} \ --header 'Content-Type: application/json' \ --data ' { "name": "John", "age": 30 } '
{ "message": "Hello, John!" }
Execute a function with the provided request
Function slug identifier
The body is of type object.
object
Function executed successfully
The response is of type object.