curl --request POST \
--url 'https://api.adside.ai/meta/mcp#create_lookalike_audience' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"name": "<string>",
"origin_audience_id": "<string>",
"country": "<string>",
"ratio": 0.10500000000000001,
"account_id": "<string>",
"description": "<string>"
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}Create a lookalike audience based on an existing custom audience. Specify the source audience, target country, and similarity ratio (1-20%).
curl --request POST \
--url 'https://api.adside.ai/meta/mcp#create_lookalike_audience' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"name": "<string>",
"origin_audience_id": "<string>",
"country": "<string>",
"ratio": 0.10500000000000001,
"account_id": "<string>",
"description": "<string>"
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.