Generate Letter of Medical Necessity
Generates a Letter of Medical Necessity (LMN) from uploaded procedure notes using AI analysis. The letter can be returned as plain text or as a formatted PDF document based on the output_format parameter.
Overview
This endpoint generates a Letter of Medical Necessity (LMN) from uploaded procedure notes using AI analysis. The letter can be returned in two formats:- Text format (default): Returns the letter content as plain text markdown
- PDF format: Returns a professionally formatted PDF document with proper letter layout, including header, patient information, body content, signature, and footer
Output Formats
Text Format (output_format: "text" or omitted)
When requesting text format, the response includes a letter field containing the markdown-formatted letter content.
PDF Format (output_format: "pdf")
When requesting PDF format, the response includes a fileContent field containing a base64-encoded PDF document. The PDF includes:
- Professional letter header with center name, contact information, and date
- Patient information section
- Formatted letter body with proper text wrapping
- Signature section with expert name
- Footer with generation timestamp
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body containing base64 encoded file content and additional metadata
Request body for generating a Letter of Medical Necessity from encounter notes
Base64 encoded content of the procedure notes file (PDF)
Unique identifier for the patient
Patient's full name
Patient's age
Name of the medical facility or center
Cost of the visit or procedure
Provider's contact email address
Provider's contact phone number
"+1-555-123-4567"
Signature line text for the letter
Name and credentials of the provider signing the letter
"Dr. Jane Smith, MD"
Output format for the letter. Defaults to 'text' if not specified.
text, pdf Response
Letter of Medical Necessity generated successfully
Response containing the generated Letter of Medical Necessity. The response format depends on the output_format parameter in the request.
The generated Letter of Medical Necessity content in text format. Present when output_format is 'text' or not specified.
Base64 encoded PDF content of the generated letter. Present when output_format is 'pdf'.
Timestamp when the letter was generated
The visit cost associated with the letter generation
The patient identifier associated with the letter

