---
title: "Execute function (POST)"
method: POST
path: "/functions/{slug}"
tags: ["Client"]
---

# Execute function (POST)

`POST /functions/{slug}`

Execute a function using POST method with JSON body. Proxied to Deno runtime.

## Path parameters

- `slug` string, required

## Request body

- object

## Response `200`

Function executed successfully

## Other responses

- `404` — Function not found or not active
- `502` — Failed to proxy to Deno runtime

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
