---
title: "Upload additional apps for a Maestro session"
method: POST
path: "/v1/app-automate/maestro/other-apps"
tags: ["App-automate Maestro"]
---

# Upload additional apps for a Maestro session

`POST /v1/app-automate/maestro/other-apps`

Uploads supplementary `.apk`/`.ipa` binaries that should be installed alongside the primary app under test (e.g. dependent apps, test runners).

## Request body

- PostV1AppAutomateMaestroOtherApps — Upload additional apps for a Maestro session
  - `file` string, required

## Response `201`

Upload additional apps for a Maestro session

- TestingbotEntitiesMaestroOtherAppUpload — Testingbot_Entities_MaestroOtherAppUpload model
  - `id` integer, required — Numeric Maestro project ID the app was attached to.
  - `app_url` string, required — TestingBot storage URL (`tb://<appkey>`) for the uploaded binary.

---

[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/revisions/eff607a49246/schema)
