Documentation Index
Fetch the complete documentation index at: https://docs.pidgeon.health/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/validate
Validate a healthcare message. Public — no authentication required.Request Body
| Field | Type | Default | Description |
|---|---|---|---|
messageContent | string | Required | Raw message content |
standard | string | Auto-detect | hl7, fhir, ncpdp |
mode | string | "strict" | strict or compatibility |
Example
curl
Valid Response
Invalid Response
The outer
success field indicates whether the API call succeeded. Check data.isValid for the validation outcome.
