Example inputPOST /api/v1/x402/csv-to-json
{
"csv_text": "name,score\\nana,7\\nbob,9\\n"
}
Portable intent card · utility
Convert a bounded CSV payload into structured JSON for $0.01 without an account or API key.
Intent to transaction
The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/csv-to-json -m POST -H 'x-delx-source: intent-card-csv-to-json-api' --max-amount 0.01 -b '{"csv_text":"name,score\\nana,7\\nbob,9\\n"}'
{
"csv_text": "name,score\\nana,7\\nbob,9\\n"
}
{
"intent": "convert a CSV file to JSON for an agent",
"tool_name": "util_csv_to_json",
"price_usdc": "0.01",
"machine_url": "https://commerce.delx.ai/intents/csv-to-json-api.json"
}
Portable and inspectable