{ "operationId": "AudioTranscriptions_Create", "method": "POST", "path": "/deployments/{deployment-id}/audio/transcriptions", "summary": "Microsoft Azure Create Audio Transcription", "requestExamples": [ { "contentType": "multipart/form-data", "name": "AudiotranscriptionsCreateRequestExample", "example": { "file": "example_value", "language": "example_value", "prompt": "example_value", "response_format": "json", "temperature": 42.5 } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "AudiotranscriptionsCreate200Example", "example": { "text": "example_value" } }, { "status": "default", "contentType": "application/json", "name": "AudiotranscriptionsCreatedefaultExample", "example": { "error": { "code": "example_value", "message": "example_value", "param": "example_value", "type": "example_value", "inner_error": { "code": "example_value", "content_filter_result": "example_value" } } } } ] }