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
| Field | Required | Description |
|---|---|---|
| name | Yes | Type: string |
| conversationListId | Yes | Type: string |
| settings | No | Type: 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>"
}