---
title: "Batch Launch Segments"
method: POST
path: "/api/app-auto-gtm/segments/batch-launch"
tags: ["AppAutoGtm"]
---

# Batch Launch Segments

`POST /api/app-auto-gtm/segments/batch-launch`

Launch multiple segments in one request.

Single affordability check; budget + optional target_url applied to every
segment. Each segment must belong to an active project owned by the caller's
org. Returns the IDs that were successfully updated.

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Request body

- BatchLaunchRequest
  - `items` BatchLaunchItem[], required
    - `segment_id` integer, required
    - `daily_limit_usd` integer, required
    - `target_url` string, nullable

## Response `200`

Successful Response

- BatchLaunchResponse
  - `segment_ids` integer[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
