RecordingSessions
Create Recording Session
Creates a new recording session for scribing.
POST
Overview
This endpoint creates a new recording session to be used for scribing. The generated public_id
will be required for uploading your audio file in subsequent steps.
Request Body
patient_name
(string) - Name of the patient.
Note:
patient_name
must match the patient’s name in the uploaded audio (if any) to ensure the record is generated only for the scheduled patient. PupPilot uses this information to avoid inclusion of unrelated pet discussions.
description
(string) - Short description of the session.
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"