Search API documentation
Authentication, natural-language social-content search, post detail, retries, quotas, and rate limits.
Official developer resources
Search real-time social content with natural language and retrieve structured post detail. The API is designed for server-to-server use by products, analysts, and agents. It uses bearer API keys, JSON requests and responses, idempotent search retries, stable error codes, and documented rate-limit headers.
Authentication, natural-language social-content search, post detail, retries, quotas, and rate limits.
Machine-readable operations, parameters, authentication, request bodies, responses, and error schemas.
What Sociable AI does, when an agent should use it, limitations, and canonical resource links.
A machine-readable catalog that points software agents to the public Search API description.
Authenticated Streamable HTTP tools and resources for MCP-compatible agents and developer clients.
A digest-verified skill with search workflow, retry behavior, credential safety, and human-review guidance.
A separate read-only MCP server for finding and reading official product, pricing, authentication, and API documentation.
Natural-language discovery over canonical public resources with Schema.org JSON or server-sent events.
Request a Search API key from Sociable AI, then send it as a bearer token. Search requests should include an Idempotency-Key so a safe retry cannot create a duplicate search. Use a client timeout of at least 270 seconds for long-running searches.
curl -X POST \
https://search-backend-s4c56s44ia-uk.a.run.app/v1/search \
-H "Authorization: Bearer $SOCIABLE_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: unique-request-id" \
-d '{"query":"funny cooking videos from the last 30 days"}'Search canonical product and developer resources through the public NLWeb endpoint. The same form is exposed as a read-only declarative WebMCP tool in supported browsers.