Getting Started With The ID Generator

Getting Setup

First, you'll need to set up your environment, by setting some environment variable or constants within your project. You can call these variable whatever you'd like, but here's what you should store in them:

Variable NameVariable Store
URLhttps://id.hydra.workers.dev
usernameYour Username
tokenYour Access Token
typeID Type

The API will reply to POST requests on the main URL listed above, and your token can be provided in the body with the token key.

All requests must have a JSON body, and results will be returned in the id key.