---
title: "Test Output"
method: POST
path: "/v1/templates/{template_id}/test-output"
tags: ["templates"]
---

# Test Output

`POST /v1/templates/{template_id}/test-output`

Fire a test for a configured output using realistic dummy data.

For webhooks: generates sample data matching the schema, POSTs to the URL, returns status + response.
For structured: returns a sample extraction matching the schema.

## Path parameters

- `template_id` string, required

## Request body

- TestOutputRequest
  - `output_index` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
