Amazon Bedrock · Example Payload

Converse Example

Artificial IntelligenceFoundation ModelsGenerative AILLMMachine-LearningRAGAgentsResponsible AI

Converse Example is an example object payload from Amazon Bedrock, 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://bedrock-runtime.us-east-1.amazonaws.com/model/amazon.nova-pro-v1:0/converse",
    "headers": {
      "Content-Type": "application/json",
      "Authorization": "AWS4-HMAC-SHA256 Credential=..."
    },
    "body": {
      "messages": [
        {
          "role": "user",
          "content": [
            {
              "text": "What are the top 3 AWS services for data analytics?"
            }
          ]
        }
      ],
      "system": [
        {
          "text": "You are a helpful AWS expert. Keep answers concise and technical."
        }
      ],
      "inferenceConfig": {
        "maxTokens": 512,
        "temperature": 0.7,
        "topP": 0.9
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "output": {
        "message": {
          "role": "assistant",
          "content": [
            {
              "text": "Top 3 AWS services for data analytics:\n\n1. **Amazon Redshift** — Petabyte-scale data warehouse optimized for complex analytical queries using columnar storage and MPP architecture.\n\n2. **AWS Glue** — Serverless ETL service for data preparation, cataloging, and integration across your data lake and warehouse.\n\n3. **Amazon Athena** — Serverless SQL query engine that analyzes data directly in S3 using standard SQL, with pay-per-query pricing."
            }
          ]
        }
      },
      "stopReason": "end_turn",
      "usage": {
        "inputTokens": 45,
        "outputTokens": 98,
        "totalTokens": 143
      },
      "metrics": {
        "latencyMs": 1234
      }
    }
  }
}

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/converse-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.