> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Conversation (Public)

> Crea una conversación desde el canal público.

Cuerpo opcional según OpenAPI. No requiere api\_access\_token.

<ParamField path="inbox_identifier" type="string" required>Identificador del inbox.</ParamField>
<ParamField path="contact_identifier" type="string" required>Identificador del contacto.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST 'https://app.yampi.ai/public/api/v1/inboxes/MI_INBOX/contacts/contact-1/conversations' \
    -H 'Content-Type: application/json' -d '{}'
  ```
</RequestExample>
