Call Details API (Voice Streaming)

Fetch detailed information for a specific call using its callId.

Endpoint Description

GET https://voice-stream.alohaa.ai/v1/voice-stream/call-detailsarrow-up-right

Parameters

Request Headers

Field
Value
Description
Mandatory

Content-Type

application/json

Specifies the content type of the request.

Yes

x-metro-api-key

*************************

API key for authentication purposes.

Yes

Request Parameter

Field
Data Type
Description
Mandatory

call_id

String

Unique identifier of the call

Yes

Sample Request

curl --location 'https://voice-stream.alohaa.ai/v1/voice-stream/call-details?call_id=<ENTER_CALL_ID>' \
--header 'x-metro-api-key: <YOUR_API_KEY>' \
--header 'Content-Type: application/json'

Responses

Success Response

Failure Response

Last updated