Generate SIP Password
SIP Trunks
Generate SIP Password
Generate a strong, PBX-safe SIP password for register-based authentication, at a configurable length.
GET
Generate SIP Password
Generates a cryptographically-random password suitable for a trunk’s
Docs for agents: llms.txt
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
Your API key for authentication.
Query Parameters
Provide eitherlength or strength (or neither, for the default). If both are given, length takes precedence.
Explicit password length, between 8 and 256. Values outside the range are clamped.
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
The generated password.
The actual length of the generated password (after clamping / preset resolution).
Example Request
Docs for agents: llms.txt