You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audio returned by the POST endpoint is not playable, audio element has src attribute set to the audio endpoint (see screenshot), but this is a POST request, not GET, so error is returned to the element.
To reproduce...
Steps to reproduce the behavior:
Create an endpoint that returns audio data on the POST request.
Try the endpoint in Swagger-UI, you will see non-functional audio element grayed out.
Audio returned by the POST endpoint is playable. The returned data can for example be instead stored as blob and the blob url should be a provided as src attribute to the audio element instead.
Screenshots
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Describe the bug you're encountering
Audio returned by the POST endpoint is not playable, audio element has src attribute set to the audio endpoint (see screenshot), but this is a POST request, not GET, so error is returned to the element.
To reproduce...
Steps to reproduce the behavior:
You can try it yourself at https://api.elevenlabs.io/docs
Expected behavior
Audio returned by the POST endpoint is playable. The returned data can for example be instead stored as blob and the blob url should be a provided as src attribute to the audio element instead.
Screenshots
The text was updated successfully, but these errors were encountered: