How to use it
- Choose an authorization type.
- Enter required values and an optional URL.
- Copy the header, curl or Postman value.
Developer tool
Generate copy-ready headers, curl snippets and Postman values for Basic Auth, Bearer Token and API Key.
Practical guide
Create Basic Base64 values from username/password, Bearer headers, API key headers and optional curl examples.
This tool streamlines workflows such as preparing api integrations and building postman requests in one place.
username:password is Base64 encoded and added to Authorization; this is not encryption.
Generate the expected header name such as x-api-key together with its value.
Base64 provides no secrecy, so traffic must use HTTPS.
No. Header generation runs in the browser.
Similar tools