Number of APIs: 10
GET {{host}}/v3/live_auto_captions/?api_key={{api_key}}
2. Get Live Auto Caption by ID
GET {{host}}/v3/live_auto_captions/{{live_auto_caption_id}}/?api_key={{api_key}}&show_embed=true
GET {{host}}/v3/live_auto_captions/{{live_auto_caption_id}}/wordlist/?api_key={{api_key}}
POST {{host}}/v3/live_auto_captions/order/?api_key={{api_key}}
PUT {{host}}/v3/live_auto_captions/37029/?api_key=3uUliUEQc7ziH86aUubE6DkE&latency=2&event_description=cool
POST {{host}}/v3//live_auto_captions/{{live_auto_caption_id}}/cancel/?api_key={{api_key}}
POST {{host}}/v3//live_auto_captions/{{live_auto_caption_id}}/finish/?api_key={{api_key}}
POST {{host}}/v3//live_auto_captions/{{live_auto_caption_id}}/archive/?api_key={{api_key}}
9. Un-Archive Live Auto Caption
POST {{host}}/v3//live_auto_captions/{{live_auto_caption_id}}/unarchive/?api_key={{api_key}}
GET {{host}}/v3/live_auto_captions/order_help?api_key={{api_key}}