---
title: "Execute"
method: POST
path: "/api/v1/ace/execute"
tags: ["ace"]
---

# Execute

`POST /api/v1/ace/execute`

Execute some custom code for testing purposes.

## Request body

- BodyExecuteApiV1AceExecutePost
  - `args` unknown[], required
    - unknown
  - `code` string, required
  - `language` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
