Prompt about a meeting
POST/meeting.prompt
Ask an AI question about a meeting's transcript content. Returns a natural language response based on the meeting transcript.
Access: Organization and Personal. Personal access tokens restrict to meetings the authenticated user participated in.
Required scope: meetings:read
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 500
Response generated successfully
Bad request. Missing id or prompt.
Presented invalid authentication credentials.
Meeting not found or meeting has no transcript.
An unsupported method was requested.
An internal error occurred.