v1

latestOpenAPI 3.1.02026-07-24730265.7 KB

Multi-Structure Test Jobs

post/api/v3/jobs/test_job

Request body

job_presetstring

Required. Preset of the type of job to create. multi_structure_exterior is currently the only allowed value.

statestring

Required. Indicates the final state of the test job. Allowed values are complete and failed

failed_models_countstring

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_idstring

The current_user_id or current_user_email of the current user.

Response

200

successboolean

Example response

{
  "success": true
}