v8
OpenAPI 3.1.02026-08-033623795.0 MBCreate Audience
Creates an audience. Default (audience_type omitted or custom): creates one audience from an uploaded customer identity CSV file (name, column_mapping, and file_id required) and starts processing it; responds with the audience object. With filters: creates an audience from saved People filters (name required) — membership is built from the account's People data, and auto_refresh decides whether it keeps tracking the filters or keeps whoever matched at creation. With audience_type: lookalike: creates a ladder of Meta lookalike audiences from an existing ready custom audience (source_audience_id, count, and percentage required) — count equal similarity bands slicing the top percentage% (3 audiences at 6% = 0–2%, 2–4%, 4–6%), each returned as its own audience in a { data: [...] } envelope.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
Audience created — the audience object for custom audiences, or { data: [...] } for lookalike ladders.
Example response
{
"audience_type": "custom",
"match_rates": [
{
"platform": "meta",
"status": "calculating"
}
],
"source_type": "csv_upload"
}