---
title: "Create an audience"
method: POST
path: "/accounts/{account_id}/audiences"
tags: ["Audiences"]
---

# Create an audience

`POST /accounts/{account_id}/audiences`

Creates a new audience.

## Path parameters

- `account_id` string, required — The account for which the audience should be created.

## Request body

- AudienceCreateParams — Params for creating an audience
  - `name` string, required — The audience name.

## Response `201`

Created audience

- Audience — A group of contacts used for targeting messages.
  - `id` string, required — Unique identifier for the object.
  - `name` string, required — A name to identify this Audience. This name will only be visible within Surge.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/surgeapi/apis/surge.md) · [All operations](https://skmtc.net/surgeapi/apis/surge/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surgeapi/surge/revisions/b5b0b6f62245/schema)
