Generate Meeting Invite
Generate AI-powered meeting invite text from conversation context.
Generate AI-powered meeting invite text from conversation context.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/meetings/generate-invite" \ -H "Content-Type: application/json" \ -d '{ "conversation_id": "string" }'{
"description": "string",
"suggested_link_type": "personal"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}