Submit a new FUD.ai analysis request. Returns 202 Accepted with a job_id for polling.
POST /api/agent HTTP/1.1
Content-Type: application/json
X-Demo-Fingerprint: {your_fingerprint}
{
"coin_symbol": "PEPE",
"contract_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933",
"chain_id": "1"
}
| Parameter | Type | Required | Description |
|---|
coin_symbol | string | Yes | Token symbol (e.g. PEPE, BTC, SOL). Case-insensitive. |
contract_address | string | No | Token contract address. Improves on-chain analysis accuracy. |
chain_id | string | No | Blockchain chain ID. Defaults to 1 (Ethereum). |
request_id | string | No | Custom request ID for idempotency. Auto-generated if omitted. |
| Chain | ID |
|---|
| Ethereum | 1 |
| BSC | 56 |
| Base | 8453 |
| Solana | Use solana (RugCheck integration) |
{
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "pending",
"coin_symbol": "PEPE",
"poll_url": "/api/agent/550e8400-e29b-41d4-a716-446655440000",
"message": "Analysis job accepted. Poll poll_url for results."
}
{
"error": "Missing required parameter: coin_symbol is required."
}
{
"error": "Too many concurrent analyses in progress. Please retry in a moment."
}
{
"error": "Demo limit reached. Integrate via CROO Agent Store for full access."
}
{
"error": "Internal server error",
"status": "degraded"
}
| Tier | Limit |
|---|
| Live demo | 2 calls per week per device |
| Production (CROO CAP) | Pay-per-call ($0.02/call), no fixed limit |
See Rate Limits & Pricing for details.