Livepeer · Example Payload

Livepeer Ai Text To Image Example

VideoStreamingTranscodingDecentralizedWeb3Live VideoAI Video

Livepeer Ai Text To Image Example is an example object payload from Livepeer, 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://dream-gateway.livepeer.cloud/text-to-image",
    "headers": {
      "Authorization": "Bearer <LIVEPEER_API_KEY>",
      "Content-Type": "application/json"
    },
    "body": {
      "model_id": "SG161222/RealVisXL_V4.0_Lightning",
      "prompt": "A cinematic shot of a fox crossing a moonlit forest path, depth of field, 35mm lens",
      "negative_prompt": "blurry, low quality, distorted",
      "width": 1024,
      "height": 1024,
      "num_inference_steps": 6,
      "guidance_scale": 2.0,
      "num_images_per_prompt": 1,
      "safety_check": true
    }
  },
  "response": {
    "status": 200,
    "body": {
      "images": [
        {
          "url": "https://obj-store.livepeer.cloud/some-bucket/text-to-image/abc/image-0.png",
          "seed": 1234567,
          "nsfw": false
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/livepeer-ai-text-to-image-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.