action taggun_post_api_receipt_v1_simple_encoded { label: "transcribe a receipt using base64 encoded image in json payload" provider: taggun method: POST path: "/api/receipt/v1/simple/encoded" encoding: json input: { type: "object" properties: { apikey: { type: "string" } } required: ["apikey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }