Skip to main content
POST
Passphrase Generator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ioCount
number

Total phrases

Required range: 1 <= x <= 100
ioWordsLength
number

Words per phrase

Required range: 2 <= x <= 10
ioWordMaxLength
number

Max word length

Required range: 3 <= x <= 45
ioIncludeNumbers
boolean

Include numbers (each word may get a trailing digit)

ioUppercase
boolean

Uppercase (WORD)

ioTitlecase
boolean

Titlecase (Word)

ioSeparator
enum<string>

Word separator

Available options:
-,
_,
.,
,
,
!,
?,
*,
+,
=,
|,
~,
@,
#,
$

Response

Tool output

tool
string
required
tool_version
string
required

Output-contract version for this tool. Currently "1" for all tools.

outputs
object
required
credits_used
integer
required

Credits this call consumed, after any settlement refund. 0 when metering is disabled.

request_id
string
credits_remaining
integer | null

Credits left in the current monthly allowance, or null when metering is disabled.