Prerequisites
- A Userplane account
- An API key from the Developers section of your account settings
Make your first API call
1
Get your profile
Verify your API key works by retrieving your user profile:Example response:
2
List your workspaces
Retrieve the workspaces you belong to:Note the
workspaceId from the response — you’ll need it for workspace-scoped endpoints.3
List recordings
Fetch recordings from your workspace using the
workspaceId from the previous step:Next steps
Links
Manage recording links
Recording Resources
Download videos, thumbnails, and logs
Rate Limits
Understand API rate limits
Error Handling
Handle errors gracefully