Skip to main content
GET
Generate SIP Password
Generates a cryptographically-random password suitable for a trunk’s register_auth.password. The character set is unambiguous (no 0/O/1/l/I) and avoids characters that need escaping in PBX configs or SIP URIs, so it pastes safely into Asterisk / FreeSWITCH / 3CX. The result always satisfies the 8–256 length bounds the attach schema enforces.

Headers

string
required
Your API key for authentication.

Query Parameters

Provide either length or strength (or neither, for the default). If both are given, length takes precedence.
integer
Explicit password length, between 8 and 256. Values outside the range are clamped.
string
A length preset instead of an explicit value: "standard" (16 characters) or "long" (32 characters). Defaults to "standard" when neither length nor strength is provided.

Response

string
The generated password.
integer
The actual length of the generated password (after clamping / preset resolution).
Example Request

Docs for agents: llms.txt