Skip to main content
POST
/
api
/
v1
/
builders
/
{uuid}
/
test
Generate and run tests
curl --request POST \
  --url https://{subdomain}.mihu.ai/api/v1/builders/{uuid}/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "passed": true
  }
}

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Query Parameters

fix
boolean
default:false

Apply one auto-fix round on failure.

Response

200 - application/json

Test results.

success
boolean
Example:

true

data
object