---
title: "Execute"
method: POST
path: "/v1/functions/{function_name}/execute"
tags: ["functions"]
---

# Execute

`POST /v1/functions/{function_name}/execute`

## Path parameters

- `function_name` string, required

## Request body

- FunctionExecute
  - `function_input` object — The input parameters for the function.
  - `linked_account_owner_id` string, required — The owner id of the linked account. This is the id of the linked account owner in the linked account provider.

## Response `200`

Successful Response

- FunctionExecutionResult
  - `success` boolean, required
  - `data` unknown
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aci/apis/aipolabs.md) · [All operations](https://skmtc.net/aci/apis/aipolabs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aci/aipolabs/revisions/718400d06fee/schema)
