---
title: "Upload a Maestro test bundle"
method: POST
path: "/v1/app-automate/maestro/{id}/tests"
tags: ["App-automate Maestro"]
---

# Upload a Maestro test bundle

`POST /v1/app-automate/maestro/{id}/tests`

Attaches a Maestro flow archive (`.zip` or `.yaml`) to an existing Maestro project. Replaces any previously uploaded tests for that project.

## Path parameters

- `id` integer, required

## Response `201`

Upload a Maestro test bundle

- TestingbotEntitiesMaestroFlowsUpload — Testingbot_Entities_MaestroFlowsUpload model
  - `id` integer, required — Numeric Maestro project ID.
  - `flows` object[], required — The parsed flows, in run order.

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/versions/8f493cca8f92/schema)
