Gestiono
Referencia de APIChats / Diffusion

Create Diffusion by id start

← Back to full API reference
POST/v1/conversation-diffusion/:id/startAuth required
  • Validated by Zod schema: startDiffusionSchema.

Request details

Path params

FieldRequiredDescription
idYesRequired path parameter.

Default payloads

Path params

json
{
  "id": 1
}

Query

json
{}

Body

json
{}

Sample response

json
{
  "success": true,
  "queued": "<value>"
}