Integration overview
The integration requires transforming your transcriber provider webhook data into our API format.
Step 1: Create your JAM API key
- Visit: https://auth.wejam.ai/org/api_keys/
- Log in with your JAM account credentials
- Click "New API Key"
- Copy and securely store your API key. You’ll need this for authentication.
Step 2: Understand required data format
Required fields
- transcript — string, 10‑100,000 characters. The meeting transcript text in SRT, VTT, Gong or Mojo format
- email — string, email format. The learner’s email address
- scorecardId — string, 24 characters. The scorecard ID to use for analysis
- meetingName — string, non‑empty. The name/title of the meeting
API endpoint
<aside>
🔗
POST https://api.wejam.ai/api/v1/real-call-sessions
Headers:
- x-api-key: [Your API Key]
- Content-Type: application/json
</aside>
Step 3: Choose your integration method
Option 1: n8n workflow (recommended for non‑technical users)