Download meeting artifacts
Download a meeting artifact. By default streams a ZIP archive containing metadata.json plus every available artifact (video recording, raw transcript, formatted transcript, chat). Pass the artifact parameter to download a single artifact instead.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
asset_id
Query parameters
artifact
Which artifact to download: ‘zip’ (full export), ‘recording’, ‘transcript’, ‘formatted_transcript’, or ‘chat’
Allowed values:
Response
Stream the requested meeting artifact.
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
