action taggun_post_api_receipt_v1_verbose_url { label: "transcribe a receipt from URL and return detailed result" provider: taggun method: POST path: "/api/receipt/v1/verbose/url" encoding: json input: { type: "object" properties: { apikey: { type: "string" } } required: ["apikey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }