Skip to main content

Synchronous HTTP Interface

The Synchronous HTTP interface is a Web API that allows easy conversion of short audio files to text.

Endpoint

This is the endpoint for requesting speech recognition. The endpoint differs depending on whether logging or no logging. For details, please see Logging.

Logging

POST https://acp-api.amivoice.com/v1/recognize

No logging

POST https://acp-api.amivoice.com/v1/nolog/recognize

Authentication

Specify the API key using one of the following methods. For how to obtain it, see How to Issue API Keys.

HTTP request header

Authorization: Bearer {API_KEY}

Setting via request parameter (the u parameter)

u={API_KEY}