Runway · Example Payload

Runway Create Avatar Example

Video GenerationImage-GenerationArtificial IntelligenceMachine-LearningGenerative AIAvatarsCharactersWebRTCCreative Tools

Runway Create Avatar Example is an example object payload from Runway, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponsecreate_session_example

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.dev.runwayml.com/v1/avatars",
    "headers": {
      "Authorization": "Bearer YOUR_RUNWAY_API_KEY",
      "X-Runway-Version": "2024-11-06",
      "Content-Type": "application/json"
    },
    "body": {
      "name": "Aria - Customer Support Agent",
      "referenceImage": "https://example.com/assets/aria-reference.jpg",
      "personality": "You are Aria, a friendly and helpful customer support agent for TechCorp. Always greet users warmly, answer questions concisely, and escalate complex issues to human agents. Be empathetic and professional.",
      "voice": {
        "type": "runway-live-preset",
        "presetId": "aria-professional-v1"
      },
      "openingMessage": "Hi! I'm Aria, your TechCorp support assistant. How can I help you today?"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "name": "Aria - Customer Support Agent",
      "createdAt": "2026-05-02T12:00:00Z"
    }
  },
  "create_session_example": {
    "request": {
      "method": "POST",
      "url": "https://api.dev.runwayml.com/v1/realtime_sessions",
      "headers": {
        "Authorization": "Bearer YOUR_RUNWAY_API_KEY",
        "X-Runway-Version": "2024-11-06",
        "Content-Type": "application/json"
      },
      "body": {
        "model": "gwm1_avatars",
        "avatar": {
          "type": "custom",
          "avatarId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
        },
        "maxSessionDurationSeconds": 300
      }
    },
    "response": {
      "status": 200,
      "body": {
        "id": "sess-123e4567-e89b-12d3-a456-426614174000",
        "status": "READY",
        "serverUrl": "wss://webrtc.runway.com/session/sess-123e4567",
        "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
        "roomName": "room-sess-123e4567"
      }
    }
  }
}

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/runway-create-avatar-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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