The DigAÍ API V1 currently supports API Key Authorization. This is a single API Key per Organization pattern for now. The API Key is sent in the Authorization header as in:
curl -X GET https://api.hiring.digai.ai/api/v1/public/[.....] \
-H "Authorization: Bearer api-key-value"
To obtain your API key, you must request it directly from our team or send an email to [email protected].
