Snowflake Generator
The snowflake type
will return a unique snowflake with an epoch timestamp from when this version of the API was deployed, with customizable worker ID coming soon.
Example Input
{
"username": "Username",
"token": "Token",
"type": "snowflake"
}
Example Output
{
"id": "13728231685407900672"
}