Skip to main content
POST
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Body

application/json

Chat creation parameters

artistId
string<uuid>

UUID of the artist account the chat is associated with

chatId
string<uuid>

UUID for the new chat (client-generated). If not provided, one will be generated automatically.

accountId
string<uuid>

UUID of the account to create the chat for. Only applicable for organization API keys - org keys can specify an accountId for any account within their organization. The Recoup admin organization can specify any accountId. If not provided, the chat is created for the API key's own account.

Response

Chat created successfully

status
enum<string>
required

Status of the request

Available options:
success
chat
object
required

The created chat room object