Skip to main content
POST
/
api
/
external
/
companies
/
{companyId}
/
quotes
curl --request POST \
  --url https://app.aiinsurance.io/api/external/companies/{companyId}/quotes \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "submissionId": "550e8400-e29b-41d4-a716-446655440001"
}
'
{
  "id": "550e8400-e29b-41d4-a716-446655440003"
}

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.

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

Body

application/json
submissionId
string<uuid>
required

The submission to add this quote to

policyInfo
object
policyInsureds
object[]

Policy insureds (exposures) to include on this quote. Each insured must exist in the system - use the Create Insured endpoint first if needed.

coverages
object[]

Line of coverage configurations

policyAggregateLimits
object[]

Aggregate limits at policy level

billing
object

Billing configuration

customAdjustments
object[]

Custom premium adjustments

recipients
object[]

Quote recipients

bindingSettings
object

Binding settings for the quote

noRatingPremium
number

Manual premium (for non-rating-engine customers)

Response

Quote created successfully

id
string<uuid>

The ID of the created quote