Saltar al contenido principal
POST
/
v1
/
agents
/
chats
/
realtime
Create a new realtime session
curl --request POST \
  --url https://api.bold-factory.com/v1/agents/chats/realtime \
  --header 'Authorization: Bearer <token>'
{
  "ephemeralKey": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Respuesta

OK

ephemeralKey
string
requerido