LogoLogo
Start buildingGet support
LogoLogo
DocumentationAPI ReferenceChangelogDiscord
  • Voices
    • POSTCreate voice
    • GETList voices
    • DELDelete voice
  • Text To Speech (TTS)
    • WSSStream Input
    • STREAMText-to-speech (Streamed JSON)
    • POSTText-to-speech (Streamed File)
    • POSTText-to-speech (Json)
    • POSTText-to-speech (File)
  • Speech-to-speech (EVI)
    • WSSChat
  • Expression Measurement API
Start buildingGet support
Speech-to-speech (EVI)Configs

Update config name

PATCH
https://api.hume.ai/v0/evi/configs/:id
PATCH
/v0/evi/configs/:id
1curl -X PATCH https://api.hume.ai/v0/evi/configs/1b60e1a0-cc59-424a-8d2c-189d354db3f3 \
2 -H "X-Hume-Api-Key: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "name": "Updated Weather Assistant Config Name"
6}'
Try it

Updates the name of a Config.

For more details on configuration options and how to configure EVI, see our configuration guide.

Path parameters

idstringRequiredformat: "uuid"
Identifier for a Config. Formatted as a UUID.

Headers

X-Hume-Api-KeystringRequired

Request

This endpoint expects an object.
namestringRequired
Name applied to all versions of a particular Config.

Response

Success
Was this page helpful?
Previous

Update config description

Next
Built with
Identifier for a Config. Formatted as a UUID.
Success