New ID_Check v2.6.11 — a new ID recognition engine improves OCR for Korean documents, PII masking is now set from the dashboard, and submissions can be searched by custom fields (cf1–cf3). See what's new →
New ID_Check v2.6.11 — a new ID recognition engine improves OCR for Korean documents, PII masking is now set from the dashboard, and submissions can be searched by custom fields (cf1–cf3). See what's new →
How to view, copy, and regenerate your key on Project Management → API Key.
Where: sidebar Project Management → API Key tabOne API key is issued automatically when you create a project. There is one key per project, and you view and regenerate it here.
The API Key tab — the key is masked, with view, copy, and regenerate controls.
Copies it to the clipboard. Briefly changes to “Copied!” on success
Created
Shown under the field as Created: 2026-09-10 13:23:56
Regenerate
Revokes the current key and issues a new one
The last-used time is not on this screen. Only the creation time is shown.Below that, the screen shows a Keep your API key safe notice — “Do not share your API key anywhere publicly accessible”, “Regenerate immediately if you suspect the key has been exposed”.
Selecting Regenerate opens a confirmation dialog. Confirming invalidates the current key immediately and replaces it with a new one, and it cannot be undone. Requests sent with the old key receive 401OMNI_4005.Because there is only one key per project, there is no window where the new key and the old key are both valid. API calls fail from the moment you regenerate until you finish the rollout, so plan the order before you start.
1
List what needs the new key first
Write down every server, batch job, and CI pipeline that uses this key. Anything you miss becomes an outage the moment you regenerate.
2
Regenerate and copy the new key
Confirming in the dialog switches to the new key immediately. Copy it before you leave the screen.
3
Update your secrets and redeploy
Replace the value in your environment variables or secret manager and redeploy everything. Until this step is done, calls receive 401.
If you suspect the key has been exposed in a public repository, a log, or client-side code, regenerate it immediately. A single leaked key can read and write every profile, document, and analysis result in that project. There is no narrower, read-only key.