---
title: "创建消息批次（Create a Message Batch）-Claude 消息批次（Message Batches）-API黄页 | 万维易源"
canonical_url: "https://www.showapi.com/playground/anthropic/claude/claude-message-batches"
last_updated: "2026-09-02T20:13:49.764Z"
meta:
  description: "使用Anthropic Claude API的批量消息处理功能，高效创建和管理消息批次，提升AI消息处理效率。"
  keywords: "Anthropic Claude API，批量消息处理，消息批次创建，Claude 消息API，AI消息批量处理"
  "og:description": "使用Anthropic Claude API的批量消息处理功能，高效创建和管理消息批次，提升AI消息处理效率。"
  "og:title": "创建消息批次（Create a Message Batch）-Claude 消息批次（Message Batches）-API黄页"
---

*

*

*

# **Claude 消息批次（Message Batches）**

[Anthropic-Claude](https://www.showapi.com/playground/anthropic/claude) [** 产品首页](https://docs.anthropic.com/en/docs/build-with-claude/batch-processing) [**API文档](https://docs.anthropic.com/en/docs/build-with-claude/batch-processing) [**应用示例](https://www.showapi.com/aiapp/anthropic/claude/claude-message-batches.html)

**2717

2025-06-16更新

**56 [提交收录](https://www.showapi.com/island/feedback-page?submitrequire=true) [反馈问题](https://www.showapi.com/island/feedback-page?apiurl=/playground/anthropic/claude/claude-message-batches) [ 创建我的API](https://www.showapi.com/playground)

Message Batches API 允许用户将多个消息请求打包成一个批次进行异步处理，适用于不需要即时响应的任务，如大规模评估、内容审核、数据分析和批量内容生成。

**基础配置**

**API\_KEY****\*****

用于身份验证的唯一API密钥。

**Version****\*****

要使用的Anthropic API版本。当前最新：2023-06-01

**Anthropic-beta**

指定要使用的beta版本，如beta1、beta2，或为每个beta多次指定标题。

选择接入点：

**POST**

**

**Run

**接入点文档：**[查看](https://docs.anthropic.com/en/api/creating-message-batches)

Run: Ctrl+

↵

接入点描述：用于批量处理消息创建请求。

**请求参数**

**requests\[0].params.model****\***

用于完成提示的模型。

**requests\[0].params.max\_tokens****\***

生成的最大令牌数。

****

**requests\[0].params.stream**

是否使用流式返回。

**requests\[0].params.messages\[0].role****\***

消息角色。

**

**requests\[0].params.messages\[0].content****\***

消息内容。

**requests\[0].custom\_id****\***

开发者提供的请求ID。

**返回结果**

当前为示例返回

**

返回体

返回头

**使用其他软件测试API**

您可以拷贝Curl语句，直接导入Postman进行测试

**拷贝Curl语句