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"
}

Authorizations

Authorization
string
header
required

Use format: ApiKey <your-api-key>

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[]

Insureds on this quote

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