All endpoints are public and return JSON. No authentication required.
GET/api/sourcesReturns all indexed insurance sources with metadata, file counts, and plan counts.
curl 'https://www.accessmrf.com/api/sources'GET/api/sources/:sourceIdReturns a specific source with its associated files and plans.
curl 'https://www.accessmrf.com/api/sources/example-123'GET/api/plans/:planSlugReturns a specific plan with its associated files.
curl 'https://www.accessmrf.com/api/plans/example-456'GET/api/files/:fileIdReturns a specific file with its parts and download URLs.
curl 'https://www.accessmrf.com/api/files/example-789'