Skip to main content
POST
/
audiences
/
custom
Create Custom Audience
curl --request POST \
  --url https://api.audiencelab.io/audiences/custom \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "topic": "Custom Interest",
  "description": "Users interested in custom topic"
}
'
{
  "status": "processing"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
topic
string
required

The custom topic name

description
string
required

Description of the custom topic

Response

Custom intent created successfully

status
string
Example:

"processing"