{"openapi":"3.1.0","info":{"title":"Token Counter API","description":"Analyze and process with Token Counter API — structured JSON output.","version":"1.0.0"},"servers":[{"url":"https://orbisapi.com/proxy/token-counter-api-aa91df"}],"paths":{"/lookup":{"get":{"summary":"/lookup","operationId":"get_lookup","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/openapi":{"get":{"summary":"/openapi","operationId":"get_openapi","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/analyze":{"post":{"summary":"/analyze","operationId":"post_analyze","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Subscribe at https://orbisapi.com for an API key"},"X402":{"type":"apiKey","in":"header","name":"X-PAYMENT","description":"x402 USDC per-call payment header (Base network)"}}},"tags":[{"name":"x402"}]}