---
title: "Import Audience"
method: POST
path: "/audience/import_audience"
tags: ["audience"]
---

# Import Audience

`POST /audience/import_audience`

Import an audience from a table

## Request body

- ImportAudiencePayload
  - `audience_name` string, required — Name of the audience to import
  - `table_name` string, required — Name of the table to import from

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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