Test Runs

Start test run

Starts a test run.

POST /api/public/v1/test-runs

Start test run

curl --request POST \
  --url 'https://api.buildprint.ai/api/public/v1/test-runs' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "value"
}'
{
  "runId": "<string>"
}

Run started

Authorizations

  • Authorization string required header

    Workspace REST API token prefixed with bp_

Request Body

application/json
  • testId string required

    Opaque identifier for the project test definition.

  • branchId string required

    Bubble branch ID or display label.

  • model string

    Optional model override for the run.

Response

application/json
  • runId string

    Opaque identifier for the project test run.