Overview
Single endpoint routing to any capability
Credits
2 credits per call
Parameters
capabilityRequiredselect (default: search)
Which capability to use.
paramsRequiredstring (default: {"query": "latest AI news"})
JSON parameters for the capability.
Example Response
{
"success": true,
"data": {
"answer": "AI funding reached $4.2B in Q1 2026, led by xAI and Anthropic.",
"organic_results": [
{
"url": "https://techcrunch.com/2026/04/01/ai-funding",
"title": "AI Funding Hits Record",
"snippet": "Venture capital investment...",
"position": 1
}
]
},
"metadata": {
"provider_used": "perplexity",
"providers_tried": [
"perplexity"
],
"mode_used": "ai",
"response_time_ms": 2400,
"request_id": "req_ijk123"
},
"credits_used": 2
}Get Started
Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.