Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

Backend:
POST /api/prior-auth/requests
(AI Services equivalent: POST /api/pa/requests)

Request body

{
  "patient_id": "pat_abc",
  "service_codes": ["90834"],
  "payer_id": "AETNA",
  "clinical_facts": { "from_chart": true },
  "evidence_base": ["pubmed", "internal_protocols"]
}

Response

{ "pa_id": "pa_abc", "state": "PA_INITIATED" }