Mistral AIMistral AI API
POST/v1/conversations/{conversation_id}
Manage agents Api V1 Conversations Append.
Contract-preserving POST Endpoint for agents Api V1 Conversations Append in the Mistral AI API. Model and resource-specific values are supplied by the caller at runtime.
All 238 ApiKey-authenticated Mistral AI Platform REST endpoints from a fixed Apache-2.0-licensed official revision, including typed SSE streaming and Workflows. Hub provides documentation and an independent SDK/CLI, but never proxies model, account, or usage data; callers connect directly with local API keys.
Request
- operationId
agentsApiV1ConversationsAppend- Server
https://api.mistral.ai- Authentication
- ApiKey
Request parameters
conversation_id
pathstringrequired
conversation id value in the Mistral AI API contract.
Request body
ConversationAppendRequestrequired
Content-Type: application/json
Responses
200
ConversationResponseapplication/json
Successful supplier response.
Properties: conversation_idguardrailsobjectoutputsusage
422
HTTPValidationErrorapplication/json
Supplier response with HTTP status 422.
Properties: detail
{
"guardrails": null,
"object": "conversation.response",
"outputs": [],
"usage": {
"completion_tokens": 0,
"connector_tokens": null,
"connectors": null,
"prompt_tokens": 0,
"total_tokens": 0
}
}