cURL
curl --request POST \ --url https://api.tryarchitect.com/v0/pages/{page_id}/audiences \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "supplementaryContext": "<string>", "customName": "<string>" } '
{ "audienceId": "<string>", "pageId": "<string>", "tenantId": "<string>", "createdAt": "<string>", "status": "<string>" }
Create a new audience in the page and trigger version creation/publishing
API key authentication for the External Actor Gateway
page_id parameter
Audience created successfully
The created audience ID
The parent page ID
The tenant ID
ISO 8601 creation timestamp
Audience version creation status (always 'processing' on create)
"processing"
Was this page helpful?