Skip to Content
API ReferenceGET /ping

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

StatusMeaning
401invalid_key — missing, unknown, or revoked access key
402insufficient_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