xxxxxxxxxx
}
{
"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": "",
Create a transcript using the parameters described below.
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": ""
}'
Last Updated : 2024-12-16 14:03 +00:00