Server402 marketplace

Paid API service

Random Uuid

Generate a random UUID by calling a third-party HTTP API.

Invocation

Service ID
random-uuid
Method
GET
Endpoint
/api/tools/random-uuid
Legacy Endpoint
none
MCP Tool
random_uuid
Price
USD 0.05

Payment

Call the endpoint without payment to receive HTTP 402 metadata. After payment is complete, retry with X-Payment-Token, an x402 payment signature, or MCP paymentToken.

Call GET /api/tools/random-uuid once to receive HTTP 402 with accepts[] requirements, or create a payment with POST /api/payments using serviceId="random-uuid". Pay Base USDC with PAYMENT-SIGNATURE or pay XIAO with X402-Guarantee, then retry the same request.

Schema And Examples

{
  "exampleRequest": null,
  "exampleResponse": {
    "uuid": "496e23f6-ae40-4518-b3fc-8320651f4089"
  },
  "inputSchema": {
    "properties": {},
    "type": "object"
  },
  "outputSchema": {
    "properties": {
      "uuid": {
        "type": "string"
      }
    },
    "type": "object"
  }
}