Batch Create Messages
Messages
Batch Create Messages
POST
Batch Create Messages
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
contents
(TextContent · object | ReasoningContent · object | DataContent · object | ToolRequestContent · object | ToolResponseContent · object)[]
required
- TextContent
- ReasoningContent
- DataContent
- ToolRequestContent
- ToolResponseContent
Optional base timestamp. Each message in the batch is stamped with base + i milliseconds to guarantee unique, monotonic ordering. If omitted, the server stamps datetime.now(UTC) at insert time.
Response
Successful Response
ID of the task this message belongs to
The content of the message. This content is not OpenAI compatible. These are messages that are meant to be displayed to the user.
- TextContent
- ReasoningContent
- DataContent
- ToolRequestContent
- ToolResponseContent
The task message's unique id
Available options:
IN_PROGRESS, DONE The timestamp when the message was created
The timestamp when the message was last updated

