AurionAI Docs

Regenerate Voice Widget Key

Rotate the public key used for external widget embeds.

POST
/api/v1/voice-widget/config/regenerate-key

Rotate the public key used for external widget embeds.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://loading/api/v1/voice-widget/config/regenerate-key"
{
  "embed_snippet": "string",
  "public_widget_key": "string"
}