The Krisp Meeting Assistant API gives you programmatic access to your Krisp meetings, notes, transcripts, recordings, and action items from your own tools and scripts. To use the API, you first create an API key in Krisp, then use that key to authenticate your requests.
Create an API key
The first time you set up the API, follow these steps to create a key:
- Open the Krisp app or go to the Web Dashboard
- Go to Settings >>> Integrations
- Find API and click Create
A window opens with several fields. Fill them in:
- Key name: enter a name for the key
- Access type: select Read, Write, or both
- Expiration date: select 90 days or No expiration, then click Create.
Select only the access your integration needs. Read grants read-only access to your meeting data, while Write allows changes.
After you click Create, a pop-up displays your new API key. Click the copy button to copy it. You can use the show/hide control to reveal or mask the key before copying.
Important
You cannot access the API key again after you close this window. Copy it and store it somewhere safe before you continue.
When you have safely stored the key, click Done. You are redirected to your API key list, where the only available action for each key is Revoke.
You can find more technical details in the Krisp Meeting API documentation.
After an API key is created, it cannot be edited (not even the name) and cannot be deleted. It can only be revoked.
Manage and create additional API keys
After you create your first key, the API option appears in the My Integrations section. To create more keys:
- Open the Krisp app or go to app.krisp.ai
- Go to Settings >>> Integrations
- Find API under My Integrations and click Manage
- Click the Create API button in the upper right, then fill in the fields as described above.
Revoke an API key
Revoking a key permanently disables it. Any tool or script that uses that key will stop working. Because keys cannot be edited or deleted, revoking is the only way to retire a key.
- Open the Krisp app or go to app.krisp.ai
- Go to Settings >>> Integrations
- Find API under My Integrations and click Manage
- Find the key you want to retire and click Revoke.
Info
For technical instructions, check the Krisp Meeting API documentation.