Claap's API allows you to programmatically access your workspace data, including in particular meeting recordings, transcripts, and insights. This powerful feature enables you to integrate Claap data into your own applications, build custom workflows, or export information for analysis.
What can you do with the API?
With Claap's API, you can:
Retrieve a list of your recordings
Access detailed information about specific recordings
Download full transcripts of your meetings
Retrieve your meeting insights
Get workspace information
Setting up your API key
Before you can use the API, you need to create an API key in your Claap workspace. Follow these steps:
Click on your workspace name in the left sidebar, then select
Settings
Click on
API & Webhooks
tabSelect the
API
tabClick on
Create API key
In the Create API Key popin, provide a descriptive name for your API key (this helps you identify it later if you create multiple keys)
Click on
Create API key
to confirm and generate your new keyYour API key is then created.
A confirmation popup will display your API key.
โ ๏ธ This is the only time you'll be able to see the complete key, so it's crucial to:Click
Copy to clipboard
to copy the keyStore it securely in your preferred password manager or secure location
Never share this key publicly
Your new API key will now appear in your API keys list, showing its name and the first few characters for identification purposes.
Managing your API keys
Multiple keys: You can create multiple API keys for different applications or team members
Key identification: Each key shows its name and first few characters to help you distinguish between them
Deleting keys: To remove a key, click the "Delete" button next to it in the API keys list
Available API endpoints
Claap's API provides several endpoint categories to access your data.
Recordings endpoint
List recordings: Get a complete list of recordings in your workspace
Get recording details: Access specific information about individual recordings, including meeting information, video content, extracted insights, participants, CRM information, and more
Get recording transcript: Download the full transcript of any recorded meeting, in json or text format
๐ก Since API requests do not impersonate workspace users, private recordings cannot be retrieved by the API. A recording can be retrieved by the API if:
The recording can be accessed by workspace members and is visible in global search, or
The recording is in a channel which can be accessed by workspace members and is visible in global search
Workspace endpoint
Get workspace information: Retrieve details about your workspace settings and configuration
Technical API documentation
Visit our complete technical documentation at docs.claap.io to:
View detailed endpoint specifications
See example requests and responses
Understand authentication requirements
Learn about rate limits, error handling, and best practices
The technical documentation provides everything you need to start building integrations with Claap's API.
Need help? If you encounter any issues setting up your API key or have questions about using the API, contact our Support team at support@claap.io.