{"uid":"cap_v9BfwlA31SJ2ebgrzcg62","slug":"avedaris-json-validator-2759ee84","name":"Avedaris JSON Validator","description":"AveDaris is the economic coordination layer for autonomous software: discover, route, evaluate, procure, verify, and learn across agent services.","url":"https://api.avedaris.com/v1/paid/json-validate","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"input":{"type":"string","maxLength":100000,"minLength":1}}},"responseSchema":{"type":"json","example":{"result":{"valid":true,"valueType":"object"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_lNYLO1L3vqNL_t_z6kIpE","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates a JSON string for strict conformance and returns deterministic parse diagnostics including error location and description.","exampleAgentPrompt":"Can you check if this JSON is valid and tell me exactly where the error is: '{\"name\": \"Alice\", \"age\": 30, \"active\": true, \"tags\": [\"admin\", \"user\"]}'?","exampleUseCases":[{"title":"Debug malformed API payload","prompt":"I'm getting a JSON parse error when submitting this payload — can you validate it and tell me exactly which line or position has the problem: '{\"user\":{\"id\":42,\"email\":\"test@example.com\",\"roles\":[\"admin\",\"editor\"]}'?"},{"title":"Pre-flight check before database insert","prompt":"Before I store this config blob, can you confirm it's valid strict JSON? Here it is: '{\"timeout\":5000,\"retries\":3,\"endpoints\":[\"https://a.example.com\",\"https://b.example.com\"]}'"},{"title":"Validate user-submitted JSON in automation","prompt":"A user just submitted this JSON form response — check if it parses correctly as strict JSON and give me any error diagnostics: '{\"firstName\":\"Jane\",\"lastName\":\"Doe\",\"preferences\":{\"theme\":\"dark\",\"notifications\":true,}}'"}],"resultDescription":"Returns deterministic parse diagnostics: whether the input is valid strict JSON, and if not, details about the specific parse error including position, line number, and a description of what went wrong.","failureModes":["Empty input string rejected (minLength:1 constraint)","Input exceeding 100,000 characters rejected (maxLength constraint)","Non-string body field causes schema validation failure","Malformed request body returns 4xx error","Transient network or server error returns 5xx"],"whenToPreferThis":"Use this endpoint when you need deterministic, exact parse diagnostics for a JSON string — especially when debugging malformed JSON, validating user-submitted payloads before processing, or building automated pipelines that need precise error positions. Prefer this over client-side JSON.parse() when you need structured, machine-readable diagnostics with consistent error reporting regardless of runtime environment.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:33:43.161Z","isFirstParty":false}