API Labz
  1. Utilities
API Labz
  • AI Agents
    • Perplexity Search
      POST
    • Image Editor
      POST
    • Illustration Generator
      POST
    • Logo Generator
      POST
    • Image Generator
      POST
    • Flow Generator
      POST
    • Image Extractor
      POST
    • Google Deep Research
      POST
    • Post Generator
      POST
    • Random Data
      POST
    • Expense Tracker
      POST
    • ID Extractor
      POST
    • File Converter
      POST
    • Data Pipeline
      POST
    • Business Analyst
      POST
    • Deep Research Graph
      POST
    • API Labz LLM
      POST
    • Grok LLM
      POST
  • Business
    • Email Validator
      POST
    • Phone Validator
      POST
    • IBAN Validator
      POST
    • VAT Validator
      POST
    • JSON to CSV
      POST
    • XML to JSON
      POST
    • CSV to JSON
      POST
    • Downtime Monitor
      POST
    • Google Search
      POST
    • Domain Lookup
      POST
    • LinkedIn Search
      POST
    • Crunchbase Search
      POST
    • Job Postings Search
      POST
    • Currency Converter
      POST
    • Invoice Generator
      POST
    • Company Lookup
      POST
    • Company Search
      POST
    • Gmail
      POST
    • Domain WHOIS Lookup
      POST
    • IP/Domain Lookup
      POST
  • Utilities
    • PDF Merger
      POST
    • Language Translator
      POST
    • QR Code Generator
      POST
    • Base64
      POST
    • Password Generator
      POST
    • PDF Watermarker
      POST
    • UUID Generator
      POST
  1. Utilities

UUID Generator

POST
https://hub.apilabz.com/module/618
Utilities
Generate UUID with support for multiple versions (v1, v4, v5) and output formats
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hub.apilabz.com/module/618' \
--header 'Content-Type: application/json' \
--data-raw '{
    "version": 4,
    "namespace": "string",
    "name": "string",
    "format": "default",
    "count": 1
}'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
version
enum<integer> 
optional
UUID version to generate
Allowed values:
145
Default:
4
namespace
string 
optional
Namespace for UUID v5 generation
name
string 
optional
Name for UUID v5 generation
format
enum<string> 
optional
Output format of the UUID
Allowed values:
defaultsimplebracketsurn
Default:
default
count
integer 
optional
Number of UUIDs to generate
>= 1<= 100
Default:
1
Examples

Responses

🟢200OK
application/json
Generated UUID(s)
Body
object {0}
Modified at 2025-03-25 08:46:26
Previous
PDF Watermarker
Built with