Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier for the meeting session.

Example:

"mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Body

application/json

One of two shapes: a named type on its own, or custom with the prompt it answers.

type
enum<string>
required

What to generate from the transcript. custom is answered from a prompt you supply; the five named types need none.

Available options:
summary,
action_items,
decisions,
topics,
open_questions

Response

Artifact creation accepted and is being processed asynchronously.

data
object
required
Examples: