Try the beta version of our code generation and management system for free. Get involved and make an impact on the final shape of our product so that it fits your needs perfectly.
Create free accountTo generate codes or random strings programmatically, you can use our free API. The API has the same free usage limit as our generator on the website - you can generate up to 250,000 codes 10 times per hour. Below you can find the simple documentation with examples of how to use it.
Request data should be a JSON encoded object containing following fields:
Required fields:
Optional fields:
Example:
After sending a valid JSON request you can check the current limit, remaining requests and next allowed request date by checking the response headers.
Example:
A simple example of generating 10 six-digit numbers.
RequestGenerating 5 codes with US- country prefix and -2025 suffix.
RequestGenerating secure 16 characters long password.
Request