Amazon Transcribe website screenshot

Amazon Transcribe

Amazon Transcribe is a speech-to-text service that uses machine learning models to convert audio to text, supporting real-time streaming and batch transcription with automatic speech recognition (ASR).

1 APIs 2 Features
Audio ProcessingMachine LearningSpeech RecognitionSpeech-To-TextTranscription

APIs

Amazon Transcribe REST API

RESTful API for Amazon Transcribe speech-to-text operations including transcription jobs, vocabularies, and real-time streaming transcription.

Collections

Pricing Plans

Rate Limits

Amazon Transcribe Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Automation

Automate operational tasks with Amazon Transcribe.

API Access

Programmatic access to Amazon Transcribe resources.

Use Cases

Cloud Operations

Use Amazon Transcribe to manage and automate cloud operations.

Semantic Vocabularies

Amazon Transcribe Context

7 classes · 5 properties

JSON-LD

API Governance Rules

Amazon Transcribe API Rules

8 rules · 3 errors 5 warnings

SPECTRAL

JSON Structure

Amazon Transcribe Job Structure

0 properties

JSON STRUCTURE

Amazon Transcribe Tag Structure

0 properties

JSON STRUCTURE

Amazon Transcribe Transcription Job Structure

0 properties

JSON STRUCTURE

Example Payloads

Amazon Transcribe Example

2 fields

EXAMPLE

Resources

🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Knowledge Center
Knowledge Center
👥
YouTube
YouTube
👥
StackOverflow
StackOverflow
🔗
Contact
Contact
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon Transcribe API
  version: '2017-10-26'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Transcription Jobs
    type: folder
  items:
  - info:
      name: Amazon Transcribe Start a Batch Transcription Job
      type: http
    http:
      method: POST
      url: https://transcribe.{region}.amazonaws.com/#StartTranscriptionJob
      body:
        type: json
        data: '{}'
    docs: Starts an asynchronous job to transcribe speech to text from an audio file stored in Amazon S3.
  - info:
      name: Amazon Transcribe Get Transcription Job Details
      type: http
    http:
      method: POST
      url: https://transcribe.{region}.amazonaws.com/#GetTranscriptionJob
      body:
        type: json
        data: '{}'
    docs: Returns information about a transcription job.
  - info:
      name: Amazon Transcribe List Transcription Jobs
      type: http
    http:
      method: POST
      url: https://transcribe.{region}.amazonaws.com/#ListTranscriptionJobs
      body:
        type: json
        data: '{}'
    docs: Lists transcription jobs with optional filtering.
  - info:
      name: Amazon Transcribe Delete a Transcription Job
      type: http
    http:
      method: POST
      url: https://transcribe.{region}.amazonaws.com/#DeleteTranscriptionJob
      body:
        type: json
        data: '{}'
    docs: Deletes a transcription job and any related information.
- info:
    name: Vocabularies
    type: folder
  items:
  - info:
      name: Amazon Transcribe Create a Custom Vocabulary
      type: http
    http:
      method: POST
      url: https://transcribe.{region}.amazonaws.com/#CreateVocabulary
      body:
        type: json
        data: '{}'
    docs: Creates a new custom vocabulary for improving transcription accuracy.
bundled: true