Check audience (followers) overlap for several influencers.
A successful request costs 1 credit.
Security
accessToken
POST
curl -i -X POST \
https://api.modash.io/v1/youtube/reports/audience/overlap \
-H 'Authorization: Bearer <YOUR_token_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"influencers": [
"MrBeast",
"cristiano"
]
}'Response
{ "error": false, "reportInfo": { "totalFollowers": 0, "totalUniqueFollowers": 0 }, "data": [ { … } ] }