{"uid":"cap_SF1e6CYJ6ad5zB619tpm1","slug":"kihustle-json-pointer-resolver-46682e5a","name":"KiHustle JSON Pointer Resolver","description":"Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.","url":"https://kihustle.tech/agents/api/v1/json-pointer-resolver","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"pointer":{"type":"string"},"document":{"type":"object"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"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_24MWUQmbA5CC3FGFFBItZ","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":"Resolves a JSON Pointer expression against a provided JSON document and returns the value at the specified path","exampleAgentPrompt":"Resolve the JSON pointer '/user/address/city' against this document: {\"user\":{\"name\":\"Alice\",\"address\":{\"city\":\"Berlin\",\"zip\":\"10115\"}}} and tell me what value it returns.","exampleUseCases":[{"title":"Extract nested config value","prompt":"I have this JSON config object and I need to pull out the value at '/database/host' — can you resolve that pointer against the document for me?"},{"title":"Validate presence of JSON field","prompt":"Can you check if the path '/items/0/price' exists in my JSON document and return whatever value is stored there?"},{"title":"Navigate API response structure","prompt":"I got a big JSON response from an API and I need the value at '/data/results/0/id' — resolve that JSON pointer against the response object and give me the result."}],"resultDescription":"Returns a JSON object containing the resolved value at the specified pointer path under the 'result' key, along with a 'status' field indicating success or failure of the resolution.","failureModes":["Invalid JSON pointer syntax returns an error status","Pointer path does not exist in the document returns null or error result","Malformed or non-object document input causes processing failure","Empty pointer string may resolve to the root document or return an error depending on implementation"],"whenToPreferThis":"Use this endpoint when you need a simple, stateless way to extract a specific value from a JSON document using RFC 6901 JSON Pointer notation, especially within automated agent workflows that need to navigate deeply nested JSON structures without custom parsing logic.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:58:28.572Z","isFirstParty":false}