Skip to main content
This guide walks you through making your first API calls to retrieve your profile, list your workspaces, and fetch recordings.

Prerequisites

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