POST
GET
GET
DELETE
GET
GET
GET
GET
AssemblyAIAssemblyAITranscriptCreate a transcript
POST
https://api.lowcodeapi.com/assemblyai/v2/transcript
Request Body
Content Type : application/json
Request Parameters
audio_urlstring
The URL of your media file to transcribe
language_codestring
The language of your audio file. Possible values are found in Supported Languages. The default value is en_us.
punctuateboolean
Enable Automatic Punctuation can be true or false
format_textboolean
Enable Text Formatting
can be true or false
dual_channelboolean
Enable Dual Channel transcription can be true or false
webhook_urlstring
The URL we should send webhooks to when your transcript is complete
audio_start_frominteger
The point in time in milliseconds to begin transcription from in your media file
audio_end_atinteger
The point in time in milliseconds to stop transcribing in your media file
word_boostarray
A list of custom vocabulary to boost accuracy for
boost_paramstring
The weight to apply to words/phrases in the word_boost array; can be "low" or "default" or "high"
filter_profanityboolean
Filter profanity from the transcribed text can be true or false
redact_piiboolean
Redact PII from the transcribed text can be true or false
redact_pii_audioboolean
Generate a copy of the original media file with spoken PII "beeped" out can be true or false
redact_pii_policiesarray
The list of PII Redaction policies to enable
redact_pii_sub string
speaker_labelsboolean
Enable Speaker Diarization can be true or false
content_safetyboolean
Enable Content Moderation can be true or false
iab_categoriesboolean
Enable Topic Detection can be true or false
custom_spellingarray
Customize how words are spelled and formatted using to and from values
disfluenciesboolean
Transcribe Filler Words like "umm" in your media file; can be true or false
sentiment_analysisboolean
Enable Sentiment Analysis can be true or false
auto_chapters boolean
entity_detectionboolean
Enable Entity Detection can be true or false
Overview

Create a transcript using the parameters described below.

API Reference Link
https://www.assemblyai.com/docs/api-reference/transcripts/submit
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/assemblyai/v2/transcript' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "audio_url": "",
  "language_code": "",
  "punctuate": "",
  "format_text": "",
  "can be true or false": "",
  "dual_channel": "",
  "webhook_url": "",
  "audio_start_from": "",
  "audio_end_at": "",
  "word_boost": [],
  "boost_param": "",
  "filter_profanity": "",
  "redact_pii": "",
  "redact_pii_audio": "",
  "redact_pii_policies": [],
  "redact_pii_sub        string": "",
  "speaker_labels": "",
  "content_safety": "",
  "iab_categories": "",
  "custom_spelling": [],
  "disfluencies": "",
  "sentiment_analysis": "",
  "auto_chapters        boolean": "",
  "entity_detection": ""
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00