API Specification
Domain Name
Unless otherwise specified, all interfaces (including WebSocket/RESTful protocols) of this platform use the following domain name: api.voice.dolphin-ai.jp.
Secure Connection
Unless otherwise specified, the platform interfaces only provide TLS secure connections on port 443 and do not support non-TLS connections on port 80.
RESTful Protocol
Unless otherwise specified, the format of all RESTful protocol routes is as follows: version number, service category, and /api suffix, such as: https://api.voice.dolphin-ai.jp/v1/asr/api.
WebSocket Protocol
Unless otherwise specified, the route format of all WebSocket protocols is as follows: version number, service category, and /ws suffix, such as: wss://api.voice.dolphin-ai.jp/v1/asr/ws.