Livepeer · Schema

Livepeer AI — Image-to-Video

Request payload (multipart/form-data) for the Livepeer AI Network image-to-video pipeline.

VideoStreamingTranscodingDecentralizedWeb3Live VideoAI Video

Properties

Name Type Description
model_id string
image string Reference image to animate.
height integer
width integer
fps integer
motion_bucket_id integer
noise_aug_strength number
safety_check boolean
seed integer
num_inference_steps integer
View JSON Schema on GitHub

JSON Schema

livepeer-ai-image-to-video-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/livepeer-com/json-schema/livepeer-ai-image-to-video-schema.json",
  "title": "Livepeer AI — Image-to-Video",
  "description": "Request payload (multipart/form-data) for the Livepeer AI Network image-to-video pipeline.",
  "type": "object",
  "required": ["image"],
  "properties": {
    "model_id": { "type": "string" },
    "image": {
      "type": "string",
      "format": "binary",
      "description": "Reference image to animate."
    },
    "height": { "type": "integer", "default": 576 },
    "width": { "type": "integer", "default": 1024 },
    "fps": { "type": "integer", "default": 6 },
    "motion_bucket_id": { "type": "integer", "default": 127 },
    "noise_aug_strength": { "type": "number", "default": 0.02 },
    "safety_check": { "type": "boolean", "default": true },
    "seed": { "type": "integer" },
    "num_inference_steps": { "type": "integer", "default": 25 }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/livepeer-ai-image-to-video"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.