Skip to main content
POST
Generates a new API key for your account and invalidates the previous one immediately. Use when you suspect a key has leaked, or as part of a regular rotation schedule.
This endpoint requires an API key — the current one, which is what’s being rotated. After the response, the old key returns 401 on every subsequent request. Update your integrations atomically.
The previous key is invalidated server-side as part of the same transaction that creates the new one — there is no overlap window where both work.