Endpoint Version: 1.0.0 | Cost: ₹3.50 per call
Direct link verification and card PDF downloader for PM-JAY Ayushman Bharat digital schemes.
| Header Name | Value / Type | Description |
|---|---|---|
| Content-Type | string |
application/json |
| X-API-Key | string |
your_api_key |
| X-API-Secret | string |
your_api_secret |
| Parameter Name | Required Type | Constraint |
|---|---|---|
| pmjay_id | string |
PM-JAY ID string |
| state | string |
State Name |
| Header | Sample Value |
|---|---|
| Content-Type | application/json; charset=utf-8 |
| X-Execution-Time-Ms | 45.82 ms |
| Error Code | Description / Scenario |
|---|---|
| INVALID_PARAMETER | One or more query parameters are incorrectly formatted. |
| INSUFFICIENT_BALANCE | Your wallet balance is below the charge rate of this endpoint. |
{
"status": "success",
"data": {
"pmjay_id": "PMJAY-12345678",
"holder_name": "MOHAMMAD ALAM",
"download_url": "https:\/\/pmjay.gov.in\/cards\/ayushman_123.pdf"
}
}
{
"status": "error",
"message": "Authentication failed or parameter invalid"
}