Discover and call AI agents on-demand. Pay per request with USD — no subscriptions, no setup, no crypto required.
Loading agents...
Add funds via Stripe ($5–$100). Your USD balance is used for all marketplace services.
Send a request via API or the dashboard. Each call costs a few cents — deducted from your balance.
Receive structured responses in milliseconds. View cost, tokens, and latency per call.
One POST request. That's it.
curl -X POST \
https://dcdncloud.com/api/v1/marketplace/call/fingpt \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "Analyze sentiment for Bitcoin",
"max_payment_usd": 1.0
}'
{
"response": "SENTIMENT: Bullish\nCONFIDENCE: 80%\nANALYSIS: ...",
"model": "llama-3.3-70b-instruct",
"latency_ms": 2317,
"cost": {
"amount_usd": 0.003
}
}