{"uid":"cap_uqDs6US9siauqbPbhvtLE","slug":"kihustle-jwt-decoder-13a4cba1","name":"KiHustle JWT Decoder","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/bot-bazaar/api/v1/jwt-decoder","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"token":{"type":"string"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Vl8aySDzbE0poN8XQbr0c","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Decodes and extracts the claims payload from a JWT (JSON Web Token) string","exampleAgentPrompt":"Can you decode this JWT for me and show me what claims are inside it? Here's the token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","exampleUseCases":[{"title":"Debug a user auth token","prompt":"I've got this JWT from our auth flow and I want to know what's actually in it — can you decode it and tell me the user ID, email, and expiry? Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI5OTkiLCJlbWFpbCI6InRlc3RAdGVzdC5jb20iLCJleHAiOjE3MjAwMDAwMDB9.abc123"},{"title":"Check if a JWT is expired","prompt":"Look at this JWT and tell me when it expires and whether it's still valid: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyMTIzIiwiZXhwIjoxNjAwMDAwMDAwfQ.sig"},{"title":"Extract role claims from token","prompt":"Decode this access token and tell me what roles or permissions are listed in the claims: eyJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6WyJhZG1pbiIsImVkaXRvciJdLCJzdWIiOiJ1c2VyNDU2In0.xyz"}],"resultDescription":"Returns the decoded JWT broken into its components — typically the header (algorithm, token type), payload (claims such as sub, iat, exp, email, roles), and an indication of processing success. The response is a JSON object with result and status fields.","failureModes":["Malformed or non-JWT string causes parsing failure","Empty or missing token field returns error","Truncated JWT with missing segments may fail decoding","Very large tokens may cause processing issues","Network or payment authorization failures return 402"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, pay-per-call JWT decoding service without standing up your own infrastructure. Useful for agents that occasionally need to inspect token contents at runtime without bundling a JWT library. At $0.002 per call it is cost-effective for low-volume or ad-hoc token inspection tasks.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:03:49.073Z","isFirstParty":false}