POST
/
autotranscribe
/
v1
/
streaming-url
Get streaming URL
curl --request POST \
  --url https://api.sandbox.asapp.com/autotranscribe/v1/streaming-url \
  --header 'Content-Type: application/json' \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>' \
  --data '{
  "externalId": "8560333f-7e53-4e9f-80f3-3409a396506e"
}'
{
  "streamingUrl": "<string>"
}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Body

application/json

The parameters for getting streaming URL

externalId
string

Your unique identifier for the conversation. This ID should be the same for streams of the same conversation.

Response

Successfully generated the URL for streaming

Get streaming url

streamingUrl
string

Streaming websocket URL