> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a new claim

> Open a new fraud or investigation claim with type, priority, incident metadata, and an initial fraud score. Consumes 10 tokens from the organization balance.

<ParamField body="type" type="MOTOR | PROPERTY | LIFE | HEALTH | WORKERS_COMPENSATION | FRAUD" required>
  Type of claim
</ParamField>

<ParamField body="description" type="string">
  Detailed description of the claim
</ParamField>

<ParamField body="priority" type="LOW | MEDIUM | HIGH | CRITICAL">
  Priority level of the claim
</ParamField>

<ParamField body="fraudScore" type="number">
  Fraud score between 0-100
</ParamField>

<ParamField body="metadata" type="object">
  Additional metadata for the claim
</ParamField>
