← Back to catalog
aipush.check_visibility
mock data$0.100 / callAI Visibility Score (AIPush)
Test whether AI assistants (ChatGPT, Perplexity, Gemini) know about and recommend a brand — returns per-model visibility scores (AIPush)
Input schema
website_domainrequired
stringDomain to check AI visibility for (e.g. "example.com"). Tests whether AI assistants know about and recommend this brand.
Call via REST
curl -X POST https://unifyapi.pro/api/call/aipush.check_visibility \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"website_domain":"<website_domain>"}'