API Keys

Use API keys to authenticate with the skeemrr API from scripts, CI/CD pipelines, or integrations. Keys are shown only once when created.

Your Keys

Loading...

Usage

curl -X POST https://api.skeemrr.skeeterlab.com/validate \
  -H "Content-Type: application/json" \
  -H "X-API-Key: skmr_your_key_here" \
  -d '{"payload": "<xml>...</xml>"}'