Authenticated metered ping
GET /ping
Diagnostic endpoint demonstrating authentication and credit metering. Cost: 1 credit.
Example request
curl "https://api.rezmatch.ai/ping" \
-H "x-access-key: $TALENTKIT_API_KEY"Errors
| Status | Meaning |
|---|---|
401 | invalid_key — missing, unknown, or revoked access key |
402 | insufficient_credits — top up in the dashboard; the failed call is not charged |
All errors share the error envelope.
Try it
Open this endpoint in the interactive playground — requests run with your API key.
Last updated on