v9
OpenAPI 3.1.02026-08-043703845.2 MBAudiences
Add People
Adds users from a new CSV file to an existing uploaded custom audience. The file uses the audience's saved column mapping, processing happens in the background, and existing audience members remain unchanged.
post/audiences/{audience_id}/add_people
Path parameters
audience_idstring required
Audience ID, prefixed adaud_.
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
Audience upload accepted.
Example response
{
"audience_type": "custom",
"match_rates": [
{
"platform": "meta",
"status": "calculating"
}
],
"source_type": "csv_upload"
}