web

ID

Generate unique IDs (uuid, snowflake, etc)

Introduction

The ID service provides unique ID generation. Including UUID, snowflake (64 bit) and bigflake (128 bit)

Features

Generate

Generate a unique ID. Defaults to uuid.

Types

List the types of IDs available.

Pricing

EndpointCredits
GenerateBase
TypesBase

Base requests are 0.000001 credit per request (1 credit = $1 USD)

Example

Generate Request

Response

{
    "type": "uuid",
    "id": "e9c427d8-cef1-48bd-ab89-59a6df29673b"
}