v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB
protocol

Discovery

Public, unauthenticated endpoint that advertises the service's protocol version, supported authentication methods, audio capabilities, available models and supported languages. Clients should fetch this first and use the returned models, capabilities.audio_formats and capabilities.upload_methods to configure their session. The response is cacheable (Cache-Control: max-age=10800).

get/voice/v1/.well-known/medscribealliance

Response

Discovery document

protocolstring
protocol_versionstring
supported_versionsstring[]

Example response

{
  "protocol": "medscribealliance",
  "protocol_version": "0.1"
}