cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/insights/index/generateInsights \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "<string>", "forceRegenerate": true } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "insightsGenerated": 123, "participantInsights": [ "<string>" ], "success": true } }
Calls a action at the path insights/index.js:generateInsights
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error