Creates a new Field Model V1 event for the company.
The request body is a flat JSON object where keys are field referenceIds
defined in the company’s field configuration. Use the
Get Configuration endpoint
to discover available fields.
Required base fields: eventType, eventCoverageType, eventInsureds
(array of exposure IDs).
Optional base fields: eventStatus (defaults to Open),
eventReferenceId (auto-generated if omitted), policyId (mapped to the
eventPolicy Join field inside fieldModelV1Data).
Date fields must be submitted as objects: { "date": "YYYY-MM-DD", "timezone": "America/New_York" } — plain date strings are not accepted.
Required permission: company.claim:create or company.incident:create
(determined by eventType)
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your API key in the Authorization header.
Company identifier
Flat JSON object with field referenceIds as keys
Event created successfully
The ID of the created event