Skip to main content
POST
Bulk Create Tasks
Create several tasks in one call. Partial success is normal; read the response per record. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_id
string
required

Task owner user ID.

contact_ids
string[]
required

Contact IDs.

type
string
required

Task type.

status
string
required

Task status.

due_at
string
required

ISO 8601 due datetime.

priority
string

Task priority (default: medium).

title
string

Optional title.

Response

Successful response

tasks
string[]

Created tasks (when returned).