Hyperbolic · Example Payload

Hyperbolic Audio Generation Example

AIArtificial IntelligenceComputeDecentralizedDePINGPUImage GenerationInferenceLLMMarketplaceOpen Source

Hyperbolic Audio Generation Example is an example object payload from Hyperbolic, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.hyperbolic.xyz/v1/audio/generation",
    "headers": {
      "Authorization": "Bearer YOUR_HYPERBOLIC_API_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "text": "Hello and welcome to Hyperbolic.",
      "speed": 1.0,
      "language": "EN"
    }
  },
  "response": {
    "audio": "UklGRiQAAABXQVZFZm10IBAAAAA... (base64-truncated)",
    "duration": 1.85
  }
}