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_namemust 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).
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"
