Skip to main content

Service API v2.4.5

Media filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.

Client API v1.8.11

Media filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.

Web library v1.7.2

  • Added a new setting called window.parleySettings.runOptions.interfaceText.agentTypingText with which you can change the text that is shown when an agent starts typing.
  • Also added a default Dutch translation for the typing text.

Client API v1.8.10

Added a new endpoint GET /media/:uuid. With this endpoint you can retrieve media binaries by their UUID.
You receive this UUID when you use the POST /media endpoint.