---
title: "Test Insights Tool"
method: POST
path: "/api/v1/insights/tools-test"
tags: ["insights.tools"]
---

# Test Insights Tool

`POST /api/v1/insights/tools-test`

Manually run the given insight tool against a session and return the response.

## Request body

- InsightToolTestInput — Request model to test an insight tool.
  - `tool_name` string, required — Human readable name of insight tool configuration
  - `session_id` integer, nullable — The session ID of the session against which to run the tool
  - `upload_file_id` integer, nullable — The file ID of the uploaded file against which to run the tool

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
