---
title: "Multi-Structure Test Jobs"
method: POST
path: "/api/v3/jobs/test_job"
---

# Multi-Structure Test Jobs

`POST /api/v3/jobs/test_job`

## Request body

- object
  - `job_preset` string — Required. Preset of the type of job to create. `multi_structure_exterior` is currently the only allowed value.
  - `state` string — Required. Indicates the final state of the test job. Allowed values are `complete` and `failed`
  - `failed_models_count` string — Indicates how many models you would like to be int he failed state on the resultant job. 0, 1, 2. Not including this param is the same as 0.
  - `current_user_id` string — The current_user_id or current_user_email of the current user.

## Response `200`

200

- object
  - `success` boolean

## Other responses

- `400` — 400
- `422` — 422

---

[API](https://skmtc.net/hover/apis/hover-api-v3.md) · [All operations](https://skmtc.net/hover/apis/hover-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hover/hover-api-v3/versions/98ae3699d4c9/schema)
