Please note: Our RAG endpoint is coming soon.
Base URL
he base URL for all requests to the Serping API is:
Authentication
All API endpoints are authenticated using API Keys. Get you Key.
curl -X POST https://api.serping.io/search \
-H "Content-Type: application/json" \
-H "X-API-KEY: {your api key}" \
-d '{"q": "Who is Elon Musk?"}'