Twilio · Example Payload

Twilio Create Video Room Example

AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoice

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

Top-level fields

operationapirequestresponse

Example Payload

Raw ↑
{
  "operation": "createRoom",
  "api": "Twilio Video API",
  "request": {
    "method": "POST",
    "url": "https://video.twilio.com/v1/Rooms",
    "headers": {
      "Authorization": "Basic {Base64(AccountSid:AuthToken)}",
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "body": {
      "UniqueName": "my-video-room",
      "Type": "group",
      "MaxParticipants": "10",
      "RecordParticipantsOnConnect": "false",
      "StatusCallback": "https://myapp.example.com/rooms/status"
    }
  },
  "response": {
    "status": 201,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "sid": "RMca86eeac00a04e28a40e99ed26e7d406",
      "status": "in-progress",
      "date_created": "2015-07-30T20:00:00Z",
      "date_updated": "2015-07-30T20:01:33Z",
      "account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
      "enable_turn": true,
      "unique_name": "my-video-room",
      "max_participants": 10,
      "max_concurrent_published_tracks": 16,
      "record_participants_on_connect": false,
      "video_codecs": ["VP8", "H264"],
      "media_region": "us1",
      "type": "group",
      "url": "https://video.twilio.com/v1/Rooms/RMca86eeac00a04e28a40e99ed26e7d406",
      "links": {
        "participants": "https://video.twilio.com/v1/Rooms/RMca86eeac00a04e28a40e99ed26e7d406/Participants",
        "recordings": "https://video.twilio.com/v1/Rooms/RMca86eeac00a04e28a40e99ed26e7d406/Recordings"
      }
    }
  }
}

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/twilio-create-video-room-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.