Gestiono
Referencia de APIAutomatizaciones

Create Automation assistant

← Back to full API reference
POST/v1/automation/assistantAuth required

Request details

Body fields

FieldRequiredDescription
messagesYesInferred from req.body.messages
pageContextYesInferred from req.body.pageContext
modelYesInferred from req.body.model
conversationIdYesInferred 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"
}