December 30, 2024

Audio Streaming in API Explorer

Added support for streaming audio directly within the API Explorer. This feature enables testing audio endpoints without leaving the documentation.

Check it out live in ElevenLabs’ API Explorer to let users test text-to-speech endpoints and hear the results instantly.

Form Data Optimization

Enhanced handling of URL parameters and form data in edge functions. Documentation playground now handles complex data structures more efficiently.

1const formConfig = {
2 encoding: 'application/x-www-form-urlencoded',
3 arrayFormat: 'brackets',
4 allowNullables: true,
5 sanitize: true,
6 maxDepth: 5
7}