{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Custom Speech Endpoints: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Custom Speech Endpoints:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Supported Locales For Endpoint Creations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/locales" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The List Of Endpoints For The Authenticated Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Endpoint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/endpoints" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Endpoint Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Metadata Of The Endpoint Identified By The Given Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Endpoint Identified By The Given Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The List Of Endpoint Data Export Tasks For The Authenticated User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/:endpointId/data", "params": [ { "name": "endpointId", "value": "", "type": "path", "description": "The identifier of the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A New Endpoint Data Export Task", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/endpoints/:endpointId/data", "params": [ { "name": "endpointId", "value": "", "type": "path", "description": "The identifier of the endpoint." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Transcriptions And Captured Audio Files Associated With The Endpoint Identified By The Given Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/:endpointId/data", "params": [ { "name": "endpointId", "value": "", "type": "path", "description": "The identifier of the endpoint." } ] }, "docs": "Deletion will happen in the background and can take up to a day." }, { "info": { "name": "Microsoft Azure Gets The Specified Endpoint Data Export Task For The Authenticated User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/:endpointId/data/:id", "params": [ { "name": "endpointId", "value": "", "type": "path", "description": "The identifier of the endpoint." }, { "name": "id", "value": "", "type": "path", "description": "The identifier of the data export." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Endpoint Data Export Task Identified By The Given Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/:endpointId/data/:id", "params": [ { "name": "endpointId", "value": "", "type": "path", "description": "The identifier of the endpoint." }, { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint data export." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The List Of Audio And Transcription Logs That Have Been Stored For A Given Endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/:id/files/logs", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint." }, { "name": "sasValidityInSeconds", "value": "", "type": "query", "description": "The duration in seconds that an SAS url should be valid. The default duration is 12 hours.\r\n When using BYOS (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): A value of 0 means that a plain blob URI without SAS token will be generated." }, { "name": "skipToken", "value": "", "type": "query", "description": "Token to skip logs that were already retrieved in previous requests. Pagination starts from beginning when not defined." }, { "name": "top", "value": "", "type": "query", "description": "Number of datasets that will be included after skipping." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Specified Audio And Transcription Logs That Have Been Stored For A Given Endpoint It Deletes All Logs Before And Including A Specific Day", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/:id/files/logs", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint." }, { "name": "endDate", "value": "", "type": "query", "description": "The end date of the audio logs deletion (specific day, UTC).\r\n Expected format: \"yyyy-mm-dd\". For instance, \"2019-09-20\" results in deleting all logs on September 20h, 2019 and before.\r\n Deletes all existing logs when date is not specified." } ] }, "docs": "The deletion process is done asynchronously and can take up to one day depending on the amount of log files." }, { "info": { "name": "Microsoft Azure Gets A Specific Audio Or Transcription Log For A Given Endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/:id/files/logs/:logId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint." }, { "name": "logId", "value": "", "type": "path", "description": "The identifier of the log." }, { "name": "sasValidityInSeconds", "value": "", "type": "query", "description": "The duration in seconds that an SAS url should be valid. The default duration is 12 hours.\r\n When using BYOS (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): A value of 0 means that a plain blob URI without SAS token will be generated." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes One Audio Or Transcription Log That Have Been Stored For A Given Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/:id/files/logs/:logId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the endpoint." }, { "name": "logId", "value": "", "type": "path", "description": "The identifier of the log." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The List Of Audio And Transcription Logs That Have Been Stored When Using The Default Base Model Of A Given Language", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/base/:locale/files/logs", "params": [ { "name": "locale", "value": "", "type": "path", "description": "The language used to select the default base model." }, { "name": "sasValidityInSeconds", "value": "", "type": "query", "description": "The duration in seconds that an SAS url should be valid. The default duration is 12 hours.\r\n When using BYOS (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): A value of 0 means that a plain blob URI without SAS token will be generated." }, { "name": "skipToken", "value": "", "type": "query", "description": "Token to skip logs that were already retrieved in previous requests. Pagination starts from beginning when not defined." }, { "name": "top", "value": "", "type": "query", "description": "Number of datasets that will be included after skipping." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Specified Audio And Transcription Logs That Have Been Stored When Using The Default Base Model Of A Given Language It Deletes All Logs Before And Including A Specific Day", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/base/:locale/files/logs", "params": [ { "name": "locale", "value": "", "type": "path", "description": "The language used to select the default base model." }, { "name": "endDate", "value": "", "type": "query", "description": "The end date of the audio logs deletion (specific day, UTC).\r\n Expected format: \"yyyy-mm-dd\". For instance, \"2019-09-20\" results in deleting all logs on September 20h, 2019 and before.\r\n Deletes all existing logs when date is not specified." } ] }, "docs": "Deletion process is done asynchronously and can take up to one day depending on the amount of log files." }, { "info": { "name": "Microsoft Azure Gets A Specific Audio Or Transcription Log For The Default Base Model In A Given Language", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/endpoints/base/:locale/files/logs/:logId", "params": [ { "name": "locale", "value": "", "type": "path", "description": "The language used to select the default base model." }, { "name": "logId", "value": "", "type": "path", "description": "The identifier of the log." }, { "name": "sasValidityInSeconds", "value": "", "type": "query", "description": "The duration in seconds that an SAS url should be valid. The default duration is 12 hours.\r\n When using BYOS (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): A value of 0 means that a plain blob URI without SAS token will be generated." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes One Audio Or Transcription Log That Have Been Stored When Using The Default Base Model Of A Given Language", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/endpoints/base/:locale/files/logs/:logId", "params": [ { "name": "locale", "value": "", "type": "path", "description": "The language used to select the default base model." }, { "name": "logId", "value": "", "type": "path", "description": "The identifier of the log." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }