# SocialCrawl API — perplexity endpoints # Base URL: https://www.socialcrawl.dev # Auth: x-api-key header # Full docs: https://www.socialcrawl.dev/docs/perplexity ## GET /v1/perplexity/research Web research via Perplexity Sonar Credit cost: 1 (standard) Parameters: - query (required) — Natural-language research prompt. Sonar autonomously searches the live web and grounds the response in real sources. No prompt-engineering required — phrase it as you would to a search engine or research assistant. curl "https://www.socialcrawl.dev/v1/perplexity/research?query=What is the capital of France?" \ -H "x-api-key: sc_your_api_key_here"