Skip to main content
POST
/
api
/
v1
/
accounts
/
{account_id}
/
customer_pulse
/
bulk_analyze
Bulk analyze conversations
curl --request POST \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/customer_pulse/bulk_analyze \
  --header 'Content-Type: application/json' \
  --header 'api_access_token: <api-key>' \
  --data '
{
  "days": 30,
  "inbox_ids": [
    123
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Body

application/json
days
integer

Number of past days to analyze

Example:

30

inbox_ids
integer[]

Limit analysis to these inbox IDs (omit for all)

Response

Bulk analysis enqueued