> ## 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.

# POST /api/prior-auth/requests

> Create a PA request

Backend:

```text theme={"system"}

POST /api/prior-auth/requests

```

(AI Services equivalent: `POST /api/pa/requests`)

### Request body

```json theme={"system"}
{
  "patient_id": "pat_abc",
  "service_codes": ["90834"],
  "payer_id": "AETNA",
  "clinical_facts": { "from_chart": true },
  "evidence_base": ["pubmed", "internal_protocols"]
}

```

### Response

```json theme={"system"}
{ "pa_id": "pa_abc", "state": "PA_INITIATED" }

```
