> For the complete documentation index, see [llms.txt](https://xalora-ai.gitbook.io/xalora-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xalora-ai.gitbook.io/xalora-ai-docs/synchronous-request.md).

# 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.

### [​](https://docs.heurist.ai/dev-guide/heurist-mesh/endpoint#base-url)Base URL <a href="#base-url" id="base-url"></a>

Copy

```
https://sequencer-v2.xalora.xyz
```

### [​](https://docs.heurist.ai/dev-guide/heurist-mesh/endpoint#authentication)Authentication <a href="#authentication" id="authentication"></a>

All requests require a Bearer token in the Authorization header.

**Authorizations**

[​](https://docs.heurist.ai/dev-guide/heurist-mesh/endpoint#authorization-authorization)Authorizationstringheaderrequired

Bearer authentication header of the form `Bearer <token>`, where `<token>` is your auth token.

**Body**

application/json

JSON payload for the mesh request

[​](https://docs.heurist.ai/dev-guide/heurist-mesh/endpoint#body-agent-id)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`,`ZkIgniteAnalystAgent`[​](https://docs.heurist.ai/dev-guide/heurist-mesh/endpoint#body-input)inputobject

* Option 1
* Option 2

Show child attributes

**Response**

200200401application/json

Successful response

[​](https://docs.heurist.ai/dev-guide/heurist-mesh/endpoint#response-result)resultobject

Agent-specific response data
