v4

OpenAPI 3.1.02026-08-0255174167.5 KB
selfHosted

Reveal the Self-Hosted signing secret

Returns the full HMAC signing secret for copying. Each mode has its own secret, minted when you first set that mode's wsUrl. Use mode to pick which; defaults to the active mode.

get/api/v1/self-hosted/secret

Query parameters

mode'llm' | 'audio'

Which mode's secret to reveal. Defaults to the active mode.

Headers

Authorizationstring required

Your Dial API key, sent as Authorization: Bearer sk_live_...

Response

The signing secret.

secretstring required

The HMAC signing secret used to verify X-Dial-Signature.