Skip to main content
POST
Create transcription record

Autorizaciones

Authorization
string
header
requerido

Bearer token for API authentication

Encabezados

x-doctor
string
requerido

Doctor identifier for tracking and auditing

x-patient
string

Patient identifier for tracking and auditing

Cuerpo

application/json
duration_seconds
number<float>
requerido

Duration of the recording in seconds

Rango requerido: x >= 0
Ejemplo:

180

original_transcript
string
requerido

The transcribed text from the conversation

Ejemplo:

"The patient is a 45-year-old male presenting with chest pain..."

language_used
string

Language code (e.g., 'en', 'es', 'fr')

Ejemplo:

"en"

Respuesta

Transcription created successfully

message
string
requerido
Ejemplo:

"Transcription created successfully"

transcription
object
requerido