Agentic searchfor developers
API Endpoints
Four agents,
infinite possibilities
Each agent is purpose-built to excel at a specific task. Send a query, the agent handles the complexity.
Search Agent
Searches the web for any query. Returns structured results with sources, snippets, and relevance scoring.
POST /api/searchDocs People Agent
Finds and enriches people profiles across professional and social networks. Returns structured profile data.
POST /api/peopleDocs X Agent
Searches X in real-time. Monitors trends, tracks users, and returns posts with full context.
POST /api/xsearchDocs Reddit Agent
Searches Reddit discussions and summarizes answers with citations. Returns agent text plus the underlying Reddit results.
POST /api/redditDocs Developer Experience
Built for
simplicity
One request, the agent does the rest. No complex configurations, no setup overhead. Clean, structured JSON responses every time.
Structured output
JSON responses ready for any application
AI-powered intelligence
Each agent uses AI to understand and fulfill queries
Production ready
Low latency, global availability, 99.9% uptime
const response = await fetch( "https://api.scira.ai/api/search", { method: "POST", headers: { "Content-Type": "application/json", "x-api-key": process.env.SCIRA_API_KEY, }, body: JSON.stringify({ messages: [{ role: "user", content: "Latest developments in AI", }], }), });const data = await response.json();console.log(data.text); // AI-generated answerconsole.log(data.sources); // Source URLsResponse
{
"text": "Here are the latest AI developments...",
"sources": ["https://...", "https://..."]
}Why Scira API
Everything you need
Real-time data
All agents access live data. No stale results, no outdated information. Every query returns current, accurate data.
Secure by default
API key authentication, rate limiting, and quota management built in. Your data stays private.
Usage analytics
Track your API usage, monitor quotas, and understand your consumption patterns with the dashboard.
Ready to build
something great?
Get your API key and start making requests in minutes. No credit card required for the free tier.