---
title: "POST /audience-export-job"
method: POST
path: "/audience-export-job"
---

# POST /audience-export-job

`POST /audience-export-job`

Export an audience of a specified size after you have generated an audience.

## Request body

- object
  - `name` string, required — The name of the audience export job.
  - `audienceGenerationJobArn` string, required — The Amazon Resource Name (ARN) of the audience generation job that you want to export.
  - `audienceSize` object, required — The size of the generated audience. Must match one of the sizes in the configured audience model.
    - `type` 'ABSOLUTE' | 'PERCENTAGE' — Whether the audience size is defined in absolute terms or as a percentage. You can use the <code>ABSOLUTE</code> <a>AudienceSize</a> to configure out audience sizes using the count of identifiers in the output. You can use the <code>Percentage</code> <a>AudienceSize</a> to configure sizes in the range 1-100 percent.
    - `value` integer — Specify an audience size value.
  - `description` string — The description of the audience export job.

## Response `200`

Success

## Other responses

- `480` — ConflictException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — ResourceNotFoundException
- `484` — ServiceQuotaExceededException

---

[API](https://skmtc.net/aws/apis/cleanroomsml.md) · [All operations](https://skmtc.net/aws/apis/cleanroomsml/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cleanroomsml/versions/d3bb6d6eaa9a/schema)
