Creates a new recording session for scribing.
public_id
will be required for uploading your audio file in subsequent steps.
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, optional) - Short description of the session.session_date
(date, required) - The date of the session (format: YYYY-MM-DD
).Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
API versioning is required. Include the header X-API-Version
with current version value in all requests.
"v1"
Recording session created successfully.
The response is of type object
.