Synchronous Request
Make a synchronous request to an AI agent.
POST/mesh_requestTry it
The synchronous endpoint allows immediate interaction with AI agents and tools.
Base URL
Copy
https://sequencer-v2.xalora.xyzAuthentication
All requests require a Bearer token in the Authorization header.
Authorizations
Authorizationstringheaderrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
JSON payload for the mesh request
agent_idenum<string>default:CoinGeckoTokenInfoAgentrequired
Identifier of the agent to use
Available options:AaveAgent,AlloraPricePredictionAgent,BitquerySolanaTokenInfoAgent,CarvOnchainDataAgent,CoinGeckoTokenInfoAgent,DeepResearchAgent,DexScreenerTokenInfoAgent,DuckDuckGoSearchAgent,ElfaTwitterIntelligenceAgent,ExaSearchAgent,FirecrawlSearchAgent,FundingRateAgent,GoplusAnalysisAgent,MasaTwitterSearchAgent,MetaSleuthSolTokenWalletClusterAgent,PumpFunTokenAgent,SolWalletAgent,ZerionWalletAnalysisAgent,ZkIgniteAnalystAgentinputobject
Option 1
Option 2
Show child attributes
Response
200200401application/json
Successful response
resultobject
Agent-specific response data
Last updated