Skip to main content
GET
/
functions
/
{slug}
Execute function (GET)
curl --request GET \
  --url https://api.example.com/functions/{slug}
{
  "message": "Hello, World!"
}

Documentation Index

Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

slug
string
required

Function slug identifier

Pattern: ^[a-zA-Z0-9_-]+$

Response

Function executed successfully

The response is of type object.