# Create conversation

Create a conversation. For inbound messages the author is assumed to be the requester of the conversation (end user). For outbound messages the author is specified using the agentId field.

Endpoint: POST /v1/conversations
Version: v1
Security: ApiKeyAuth

## Response 201 fields (application/json):

  - `data` (object, required)

  - `data.id` (integer, required)

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 404 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)


