Referencia de APIAutomatizaciones
Create Automation assistant
← Back to full API reference
POST
/v1/automation/assistantAuth requiredRequest details
Body fields
| Field | Required | Description |
|---|---|---|
| messages | Yes | Inferred from req.body.messages |
| pageContext | Yes | Inferred from req.body.pageContext |
| model | Yes | Inferred from req.body.model |
| conversationId | Yes | Inferred from req.body.conversationId |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"messages": "string",
"pageContext": "string",
"model": "string",
"conversationId": "string"
}Sample response
json
{
"success": true,
"message": "Sample response placeholder for POST /v1/automation/assistant"
}