CMS-1500 Claim Form PDF API: Get auto-generated claim forms
You can now use the CMS-1500 Claim Form PDF API to programmatically retrieve auto-generated claim forms for submitted 837 professional claims. All you need is an API Key for authentication and Stedi’s transaction ID for the processed claim.
curl --request GET \
--url https://healthcare.us.stedi.com/2024-04-01/export/{transactionId}/1500/pdf \
--header 'Authorization: <api-key>'
You can use the API to make auto-generated claim form PDFs available for download within an EHR, practice management, or revenue cycle system. You can also automate retrieving them for internal use, such as record-keeping, mailing and faxing claims to payers, or reviewing claim information in a familiar format.