Analyze Medical Bill
Analyze medical bills to explain line items, flag potential errors, and help patients or advocates understand whether charges appear reasonable. This agent accepts a bill as a document URL or base64 file and reviews the statement for confusing charges, pricing issues, and patterns worth a closer look. It can surface billing concerns, estimate fair price context, and suggest practical negotiation or follow-up strategies before payment or appeal. Best for patients, caregivers, legal support teams, and healthcare advocates who need clearer insight into complex medical billing documents.
Analyze medical bills to explain line items, flag potential errors, and help patients or advocates understand whether charges appear reasonable. This agent accepts a bill as a document URL or base64 file and reviews the statement for confusing charges, pricing issues, and patterns worth a closer look. It can surface billing concerns, estimate fair price context, and suggest practical negotiation or follow-up strategies before payment or appeal. Best for patients, caregivers, legal support teams, and healthcare advocates who need clearer insight into complex medical billing documents.
documentrequiredDocument URL or base64-encoded file data
fileExtensionoptionalFile extension when providing base64 data (e.g. .pdf, .docx, .png)
run_agent({ slug: "analyze-medical-bill", input: {
"document": "value",
"fileExtension": "value"
} })