Skip to main content
All API endpoints require authentication via an API key in the Authorization header.

Getting your API key

Contact the Automindz team to get your API key.

Using your API key

Include the key as a Bearer token in every request:
curl -X POST https://api.automindz.co/hiring-signals/leavers \
  -H "Authorization: Bearer <your-api-key>" \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Error responses

StatusDescription
401Missing or invalid API key
422Missing Authorization header
503Authentication service temporarily unavailable