Skip to main content
POST
Python

Authorizations

Authorization
string
header
default:Bearer <api_key>
required

Bearer authentication header of the form Bearer 'api_key', obtain your API key from everos.evermind.ai.

Body

application/json
group_id
string
required

Group identifier

messages
object[]
required

Batch message array (1-500 items). sender_id is required per message.

Required array length: 1 - 500 elements
group_meta
object | null

Group metadata

async_mode
boolean
default:true

Enable async processing. When true, returns 202 with task_id; when false, processes synchronously and returns 200.

Response

Messages accepted successfully (sync mode: async_mode=false)

data
object