Async Endpoints
Create Async Task
Create an asynchronous task.
POST
The task creation endpoint allows you to initiate long-running tasks to be executed in the background.
Base URL
Authentication
All requests require a Bearer token in the Authorization header.
Task Flow
- Create a task using
/mesh_task_create
- Query task status using
/mesh_task_query
until completion
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
JSON payload for creating a task
Identifier of the agent to use
Available options:
AaveAgent
, AlloraPricePredictionAgent
, BitquerySolanaTokenInfoAgent
, CarvOnchainDataAgent
, CoinGeckoTokenInfoAgent
, DeepResearchAgent
, DexScreenerTokenInfoAgent
, DuckDuckGoSearchAgent
, ElfaTwitterIntelligenceAgent
, ExaSearchAgent
, FirecrawlSearchAgent
, FundingRateAgent
, GoplusAnalysisAgent
, MasaTwitterSearchAgent
, MetaSleuthSolTokenWalletClusterAgent
, PumpFunTokenAgent
, ZerionWalletAnalysisAgent
, ZkIgniteAnalystAgent
Type of agent