cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/insights/index/getMeetingInsights \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "<string>" } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "_id": "<string>", "actionItems": [ "<string>" ], "createdAt": 123, "links": [ { "title": "<string>", "type": "<string>", "url": "<string>" } ], "meetingDate": 123, "meetingTitle": "<string>", "recommendations": [ { "confidence": 123, "content": "<string>", "type": "<string>" } ], "summary": "<string>" } }
Calls a query at the path insights/index.js:getMeetingInsights
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