Suggestions

close search

Download recorded file

URL: https://api.stringee.com/v1/call/recording/YOUR_RECORD_ID

HTTP method: GET

Custom HTTP GET header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see Authentication

Sample request

GET /v1/call/recording/call-vn-1-FBD02F8DVN-1522686858914 HTTP/1.1
Host: https://api.stringee.com
X-STRINGEE-AUTH: json_web_token


Play a recorded file

URL: https://api.stringee.com/v1/call/play/YOUR_RECORD_ID?access_token=ACCESS_TOKEN

HTTP method: GET

Sample use

<audio controls>
  <source src="https://api.stringee.com/v1/call/play/YOUR_RECORD_ID?access_token=ACCESS_TOKEN" type="audio/ogg">
</audio>