---
title: "Create Policy"
method: POST
path: "/api/admin/policies"
tags: ["admin-policies"]
---

# Create Policy

`POST /api/admin/policies`

Create a policy from a binding quote.
Also flips the source quote → stage 'Active' (status 'Accepted') and the
lead → stage 'Active', so the pipeline reflects the bind.

## Request body

- CreatePolicyInput
  - `lead_id` string, required
  - `quote_id` string, nullable
  - `policy_number` string, required
  - `carrier_name` string, required
  - `coverage_type` string, required
  - `market` string, nullable
  - `inception_date` string, nullable
  - `expiration_date` string, nullable
  - `annual_premium` number, required
  - `taxes` number, nullable
  - `other_fees` number, nullable
  - `wholesaler_mga_fee` number, nullable
  - `wholesaler_name` string, nullable
  - `policy_fee` number, nullable
  - `agency_fee` number, nullable
  - `policy_admin_fee` number, nullable
  - `commission_rate` number, nullable
  - `policy_limit` number, nullable
  - `aggregate_limit` number, nullable
  - `retention` number, nullable
  - `financing_enabled` boolean, nullable
  - `financing_down_payment` number, nullable
  - `financing_amount_financed` number, nullable
  - `financing_percentage` number, nullable
  - `coverage_details` object, nullable
  - `policy_pdf_url` string, nullable
  - `policy_pdf_name` string, nullable
  - `receipt_url` string, nullable
  - `receipt_name` string, nullable
  - `certificate_url` string, nullable
  - `certificate_name` string, nullable
  - `binder_url` string, nullable
  - `binder_name` string, nullable
  - `invoice_url` string, nullable
  - `invoice_name` string, nullable
  - `bor_url` string, nullable
  - `bor_name` string, nullable
  - `claims_url` string, nullable
  - `claims_name` string, nullable
  - `warranty_url` string, nullable
  - `warranty_name` string, nullable
  - `subjective_url` string, nullable
  - `subjective_name` string, nullable
  - `financing_agreement_url` string, nullable
  - `financing_agreement_name` string, nullable
  - `notes` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
