Gestiono
Referencia de APIChats / Diffusion

Create Diffusion

← Back to full API reference
POST/v1/conversation-diffusionAuth required
  • Validated by Zod schema: postDiffusionSchema.

Request details

Body fields

FieldRequiredDescription
nameYesType: string
conversationListIdYesType: string
settingsNoType: unknown

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "name": "string",
  "conversationListId": "00000000-0000-0000-0000-000000000000"
}

Sample response

json
{
  "id": "<value>",
  "diffusion": "<diffusion>"
}