cURL
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" }
The custom topic name
Description of the custom topic
Custom intent created successfully
"processing"