Skip to main content
We’ve done an overhaul for the Simli API to improve the overall system reliability, readability, and consistency (note: some names were really confusing and didn’t allow for endpoint grouping). As part of this redesign, some endpoints will be removed completely, others renamed, and most will be slightly different. Here, you will find the changes for each endpoint and how you should update your code

General Changes

All authenticated requests now use the header x-simli-api-key instead of the various body/api-key headers that were used over time. Additionally, all endpoint names are lowercase unless Base64 is being used (currently only for POST /static/audio endpoint). Simli Auto Endpoints have not changed however, some previously deprecated endpoints will be removed soon. It is recommended that you review the latest Auto endpoints (even though they’re marked as deprecated as Simli Auto Development has ceased for now).

WebSockets Changes

Both WebSockets endpoints now take in the session_token as a query param of the same name (i.e. session_token).

REST Endpoint Changes