Token Generator
Generate a random token — API key, session token, CSRF token or app secret — of 1 to 512 characters, from letters, numbers and symbols, or switch to a hexadecimal string or numeric PIN preset. Created in your browser with a cryptographic RNG and never transmitted.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Format
custom, hex, pin Token length
1 <= x <= 512Uppercase hex digits (A-F)
Include symbols (e.g. @#$%)
Include numbers (e.g. 123456)
Include lowercase characters (e.g. abcdefgh)
Include uppercase characters (e.g. ABCDEFGH)
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.