Overview
Request scribing for a recording session using a specific template. You’ll need thepublic_id from your recording session and the public_id of the chosen template.
Request Body
recording_session_public_id(string) - The ID of the recording session.template_public_id(string) - The ID of the template to use.
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API versioning is required. Include the header X-API-Version with current version value in all requests.
Example:
"v1"
