# Create a conversation

> Creates a new conversation. project keys automatically infer the project from the key's scope; JWT callers must supply projectId.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Create a conversation"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/conversations"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Creates a new conversation. project keys automatically infer the project from the key's scope; JWT callers must supply projectId.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./create-conversation.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./create-conversation.StatusCodes.json")}
>
  
</StatusCodes>
