Get Signed URL API
This API is designed to provide secure access to call recordings by generating a signed URL that expires after a set duration.
Endpoint Description
POST
https://outgoing-call.alohaa.ai/v1/external/get-signed-url
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 Body
Field
Data Type
Description
Mandatory
document_id
String
The identifier for the document (audio file) to access, typically retrieved from call logs.
Yes
Sample Request
Responses
Success Response
Failure Response
Error Codes
Code
Description
1025
Audio file not found
1099
Invalid schema or Missing Data sent
Last updated