Example inputPOST /api/v1/x402/image-prompt-lint
{
"prompt": "minimal product photo on white background, soft light",
"max_chars": 1200
}
Portable intent card · media-generation
Lint a text-to-image prompt for length and basic policy tokens before paying. Call when you need this bounded result before handing data to a downstream tool. Returns deterministic machine-readable JSON for $0.001 USDC via x402 on Base. Honest limit: execution uses only caller-supplied data in memory; it does not call a paid upstream, retain input, search the web, read a live RPC, or invoke a media generator. Results are advisory; the caller owns authorization, budgets, and production controls.
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/image-prompt-lint -m POST -H 'x-delx-source: intent-card-image-prompt-lint-api' --max-amount 0.001 -b '{"prompt":"minimal product photo on white background, soft light","max_chars":1200}'
{
"prompt": "minimal product photo on white background, soft light",
"max_chars": 1200
}
{
"intent": "Image Prompt Lint for an agent workflow",
"tool_name": "util_image_prompt_lint",
"price_usdc": "0.001",
"machine_url": "https://commerce.delx.ai/intents/image-prompt-lint-api.json"
}
Portable and inspectable